Update config: org-roam and disabled commands

This commit is contained in:
Dimitri Lozeve 2020-05-05 12:19:23 +02:00
parent dad83306bb
commit 2414165a65

View file

@ -30,6 +30,9 @@
(setq auto-window-vscroll nil)
;; Enable disabled commands
(put 'narrow-to-region 'disabled nil)
;; more useful frame title, that show either a file or a
;; buffer name (if the buffer isn't visiting a file)
(setq frame-title-format
@ -550,7 +553,7 @@
(("C-c n l" . org-roam)
("C-c n f" . org-roam-find-file)
("C-c n b" . org-roam-switch-to-buffer)
("C-c n g" . org-roam-graph-show))
("C-c n g" . org-roam-graph))
:map org-mode-map
(("C-c n i" . org-roam-insert)))
:config