Skip to content

Commit

Permalink
(emacs) post migration cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d12frosted committed May 10, 2021
1 parent 57e6fe4 commit 1febc7a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions emacs/lisp/init-vulpea.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"nT" '(vulpea-tags-delete :which-key "untag")
"na" '(vulpea-alias-add :which-key "alias")
"nA" '(vulpea-alias-delete :which-key "unalias"))
:commands (vulpea-setup)
:hook ((before-save . vulpea-pre-save-hook))
:init
(add-to-list 'window-buffer-change-functions #'vulpea-setup-buffer))
Expand Down Expand Up @@ -310,16 +309,7 @@
"org-roam-test.db"
"org-roam.db")
path-cache-dir)
org-roam-completion-everywhere t
org-roam-completion-system (if (eq selection-system 'ivy)
'ivy
'default)
org-roam-tag-sources '(prop all-directories)

;; graph settings
org-roam-graph-viewer (when env-sys-mac-p "open")
org-roam-graph-executable (executable-find "neato")
org-roam-graph-extra-config '(("overlap" . "false")))
org-roam-completion-everywhere t)
:config
(org-roam-setup))

Expand Down

0 comments on commit 1febc7a

Please sign in to comment.