Skip to content

Commit

Permalink
junk
Browse files Browse the repository at this point in the history
  • Loading branch information
antipasta committed Nov 9, 2021
1 parent 5115850 commit 9bdf789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,9 @@ pie () {
export PYTHONPATH=~/python/


alias sfreversion='perl-reversion --bump lib/SocialFlow/Web.pm;git add lib/SocialFlow/Web.pm;git commit -m "Bumping sf-web version"'
alias sfcpanm='HTTP_PROXY=http://localhost:3128 cpanm --mirror http://cpan-mirror.dev.saturn.sfsrv.net:25123 --mirror-only'
alias bump='perl-reversion --bump '
alias vi='vim -p'
alias lessr='less -R'
alias shadowpaste='nopaste -s Shadowcat '
alias netstat='netstat --wide'

if command -v ag >/dev/null 2>&1; then
Expand Down
8 changes: 6 additions & 2 deletions doom.d/configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
"* TODO %?\nDEADLINE: %u" :empty-lines 0)
("D" "tomorrow" entry (file "~/org/roam/synced/inbox.org")
"* TODO %?\nDEADLINE: %(org-insert-time-stamp (org-read-date nil t \"+1d\"))" :empty-lines 0)
("w" "Work" entry (file+olp "~/org/roam/synced/20210403104611-tasks.org" "Tasks" "Work")
"* TODO %?\n/created/ %U" :empty-lines 0)
("h" "Home" entry (file+olp "~/org/roam/synced/20210403104611-tasks.org" "Tasks" "Home")
"* TODO %?\n/created/ %U" :empty-lines 0)
("T" "Todo with Clipboard" entry (file "~/org/roam/synced/inbox.org")
"* TODO %?\n %c" :empty-lines 0)
("n" "Note" entry (file "~/org/roam/synced/inbox.org")
Expand Down Expand Up @@ -223,8 +227,8 @@ org mode seems to ignore my per-headline visibility properties unless this is se
(define-key evil-motion-state-map "\\" 'org-agenda-filter-by-tag)
(map! :after org-agenda
:map org-agenda-mode-map
; :localleader
:leader
:localleader
;:leader
:desc "todo" "t" #'(lambda () (interactive) (org-capture nil "t"))
:desc "capture deadline" "d" #'air-org-agenda-capture
:desc "tomorrow" "D" #'(lambda () (interactive) (org-capture nil "D"))
Expand Down

0 comments on commit 9bdf789

Please sign in to comment.