Update config: org-roam and disabled commands
This commit is contained in:
parent
dad83306bb
commit
2414165a65
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -30,6 +30,9 @@
|
||||||
|
|
||||||
(setq auto-window-vscroll nil)
|
(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
|
;; more useful frame title, that show either a file or a
|
||||||
;; buffer name (if the buffer isn't visiting a file)
|
;; buffer name (if the buffer isn't visiting a file)
|
||||||
(setq frame-title-format
|
(setq frame-title-format
|
||||||
|
@ -550,7 +553,7 @@
|
||||||
(("C-c n l" . org-roam)
|
(("C-c n l" . org-roam)
|
||||||
("C-c n f" . org-roam-find-file)
|
("C-c n f" . org-roam-find-file)
|
||||||
("C-c n b" . org-roam-switch-to-buffer)
|
("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
|
:map org-mode-map
|
||||||
(("C-c n i" . org-roam-insert)))
|
(("C-c n i" . org-roam-insert)))
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue