betting keybindings for sly

This commit is contained in:
Chris Cochrun 2023-12-13 09:32:36 -06:00
parent c8f92dc0ba
commit 06fc67e296
2 changed files with 8 additions and 4 deletions

View file

@ -4229,7 +4229,9 @@ Using sly makes a lot better common-lisp interaction within emacs.
(general-def 'normal lisp-mode-shared-map (general-def 'normal lisp-mode-shared-map
"gcr" 'sly "gcr" 'sly
"ge" 'sly-eval-defun)) "ge" 'sly-eval-defun
"gE" 'sly-eval-last-expression
"gp" 'sly-pprint-eval-last-expression))
#+end_src #+end_src
** PDF-Tools ** PDF-Tools
@ -4765,7 +4767,7 @@ I use transmission on a server to manage my torrents
:commands (transmission) :commands (transmission)
:config :config
(if (string-equal (system-name) "archdesktop") (if (string-equal (system-name) "kaladin")
(setq transmission-host "home.cochrun.xyz" (setq transmission-host "home.cochrun.xyz"
transmission-rpc-path "/transmission/rpc" transmission-rpc-path "/transmission/rpc"
transmission-refresh-modes '(transmission-mode transmission-refresh-modes '(transmission-mode

View file

@ -3128,7 +3128,9 @@ targets."
(general-def 'normal lisp-mode-shared-map (general-def 'normal lisp-mode-shared-map
"gcr" 'sly "gcr" 'sly
"ge" 'sly-eval-defun)) "ge" 'sly-eval-defun
"gE" 'sly-eval-last-expression
"gp" 'sly-pprint-eval-last-expression))
(use-package pdf-tools (use-package pdf-tools
:mode ("\\.pdf\\'" . pdf-view-mode) :mode ("\\.pdf\\'" . pdf-view-mode)
@ -3534,7 +3536,7 @@ interfere with the default `bongo-playlist-buffer'."
:commands (transmission) :commands (transmission)
:config :config
(if (string-equal (system-name) "archdesktop") (if (string-equal (system-name) "kaladin")
(setq transmission-host "home.cochrun.xyz" (setq transmission-host "home.cochrun.xyz"
transmission-rpc-path "/transmission/rpc" transmission-rpc-path "/transmission/rpc"
transmission-refresh-modes '(transmission-mode transmission-refresh-modes '(transmission-mode