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