add keybinding for the note workflow

main
千住柱間 2024-01-22 05:06:48 +00:00
parent 93f583f121
commit 338663f355
1 changed files with 8 additions and 0 deletions

View File

@ -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)