adding keybindings

This commit is contained in:
Chris Cochrun 2023-12-13 09:30:39 -06:00
parent 3719955000
commit c8f92dc0ba
2 changed files with 4 additions and 2 deletions

View file

@ -4228,7 +4228,8 @@ Using sly makes a lot better common-lisp interaction within emacs.
"gc" 'compile) "gc" 'compile)
(general-def 'normal lisp-mode-shared-map (general-def 'normal lisp-mode-shared-map
"gcr" 'sly)) "gcr" 'sly
"ge" 'sly-eval-defun))
#+end_src #+end_src
** PDF-Tools ** PDF-Tools

View file

@ -3127,7 +3127,8 @@ targets."
"gc" 'compile) "gc" 'compile)
(general-def 'normal lisp-mode-shared-map (general-def 'normal lisp-mode-shared-map
"gcr" 'sly)) "gcr" 'sly
"ge" 'sly-eval-defun))
(use-package pdf-tools (use-package pdf-tools
:mode ("\\.pdf\\'" . pdf-view-mode) :mode ("\\.pdf\\'" . pdf-view-mode)