Update emacs files.

master
josiah 4 years ago
parent 20f636f5fa
commit f28f7ba229

@ -46,7 +46,7 @@
(setq user-home-file "~/Nextcloud/Documents/org/personal.org") (setq user-home-file "~/Nextcloud/Documents/org/personal.org")
(defun find-user-home-file () (defun find-user-home-file ()
"Edit the `user-home-file' in this window" "Edit the `user-home-file' in this window."
(interactive) (interactive)
(find-file user-home-file)) (find-file user-home-file))
(global-set-key (kbd "C-c C-j h") 'find-user-home-file) (global-set-key (kbd "C-c C-j h") 'find-user-home-file)
@ -72,7 +72,7 @@
:config :config
(progn (progn
(defadvice smex (around space-inserts-hyphen activate compile) (defadvice smex (around space-inserts-hyphen activate compile)
(let ((ido-cannot-complete-command (let ((ido-cannot-complete-command
`(lambda () `(lambda ()
(interactive) (interactive)
(if (string= " " (this-command-keys)) (if (string= " " (this-command-keys))

@ -37,7 +37,7 @@
(setq org-columns-default-format (setq org-columns-default-format
'(("%25ITEM %TODO %3PRIORITY %TAGS"))) '(("%25ITEM %TODO %3PRIORITY %TAGS")))
;;;; custom org mode hotkeys ;;;; custom org mode hotkeys
(global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cc" 'org-capture) (global-set-key "\C-cc" 'org-capture)
@ -79,7 +79,7 @@
("c" "Context-include Todo" entry (file "~/Nextcloud/Documents/org/refile-beorg.org") ("c" "Context-include Todo" entry (file "~/Nextcloud/Documents/org/refile-beorg.org")
"* TODO %?\n%U \n '%a'" :empty-lines 1 :prepend t) "* TODO %?\n%U \n '%a'" :empty-lines 1 :prepend t)
("q" "quotes" entry (file+olp "~/Nextcloud/Documents/org/webwiki.org" "quotes") ("q" "quotes" entry (file+olp "~/Nextcloud/Documents/org/webwiki.org" "quotes")
"* %?\n%U \n " :empty-lines 1 :prepend t) "* %?\n%U \n " :empty-lines 1 :prepend t)
("t" "Todo" entry (file "~/Nextcloud/Documents/org/refile-beorg.org") ("t" "Todo" entry (file "~/Nextcloud/Documents/org/refile-beorg.org")
"* TODO %?\n%U" :empty-lines 1 :prepend t))) "* TODO %?\n%U" :empty-lines 1 :prepend t)))

Loading…
Cancel
Save