add keybinding for the note workflow
parent
93f583f121
commit
338663f355
|
@ -1,3 +1,7 @@
|
||||||
|
;; this emacs configuration is heavily dependant on the guix configuration, which manages the packages.
|
||||||
|
;; the org-roam-ui packages uses a specific version of org-roam, please dont install the org-roam from
|
||||||
|
;; the main guix repo, let the package org-roam-ui do that automatically.
|
||||||
|
|
||||||
(add-hook 'scheme-mode-hook 'guix-devel-mode)
|
(add-hook 'scheme-mode-hook 'guix-devel-mode)
|
||||||
|
|
||||||
(dirvish-override-dired-mode)
|
(dirvish-override-dired-mode)
|
||||||
|
@ -60,6 +64,10 @@
|
||||||
(advice-add 'xeft-previous :after #'xeft--eager-preview)
|
(advice-add 'xeft-previous :after #'xeft--eager-preview)
|
||||||
|
|
||||||
|
|
||||||
|
(global-set-key (kbd "C-c C-n") 'org-roam-capture)
|
||||||
|
(global-set-key (kbd "C-c C-k") 'xeft)
|
||||||
|
|
||||||
|
|
||||||
;; Disable menu bar, tool bar, and scroll bar
|
;; Disable menu bar, tool bar, and scroll bar
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
|
|
Loading…
Reference in New Issue