diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-01-04 14:53:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-01-04 14:53:24 +0100 |
commit | e7dff6e4102cbce718ec24422917ca25cef8a3aa (patch) | |
tree | baf13732698792d9b5f6a24b2b3a0bf71259a3ff | |
parent | 7d37d303d925d3860503e8821ea173e49fb0d1a2 (diff) |
Remove apropos-do-all and save-place-file.
-rw-r--r-- | guile-studio.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guile-studio.el b/guile-studio.el index 32d09dc..570bdb8 100644 --- a/guile-studio.el +++ b/guile-studio.el @@ -83,12 +83,10 @@ x-select-enable-clipboard t x-select-enable-primary t save-interprogram-paste-before-kill t - apropos-do-all t mouse-yank-at-point t require-final-newline t visible-bell nil - load-prefer-newer t - save-place-file (concat user-emacs-directory "places")) + load-prefer-newer t) (setq ring-bell-function (lambda () |