From 06fc67e2966da5e54cf00d1e51ce6d99435e5cbc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 13 Dec 2023 09:32:36 -0600 Subject: [PATCH] betting keybindings for sly --- README.org | 6 ++++-- init.el | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 8e4b4880..81b97bd8 100644 --- a/README.org +++ b/README.org @@ -4229,7 +4229,9 @@ Using sly makes a lot better common-lisp interaction within emacs. (general-def 'normal lisp-mode-shared-map "gcr" 'sly - "ge" 'sly-eval-defun)) + "ge" 'sly-eval-defun + "gE" 'sly-eval-last-expression + "gp" 'sly-pprint-eval-last-expression)) #+end_src ** PDF-Tools @@ -4765,7 +4767,7 @@ I use transmission on a server to manage my torrents :commands (transmission) :config - (if (string-equal (system-name) "archdesktop") + (if (string-equal (system-name) "kaladin") (setq transmission-host "home.cochrun.xyz" transmission-rpc-path "/transmission/rpc" transmission-refresh-modes '(transmission-mode diff --git a/init.el b/init.el index d443988a..96cf7c6c 100644 --- a/init.el +++ b/init.el @@ -3128,7 +3128,9 @@ targets." (general-def 'normal lisp-mode-shared-map "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 :mode ("\\.pdf\\'" . pdf-view-mode) @@ -3534,7 +3536,7 @@ interfere with the default `bongo-playlist-buffer'." :commands (transmission) :config - (if (string-equal (system-name) "archdesktop") + (if (string-equal (system-name) "kaladin") (setq transmission-host "home.cochrun.xyz" transmission-rpc-path "/transmission/rpc" transmission-refresh-modes '(transmission-mode