diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 5 | ||||
-rw-r--r-- | emacs/.emacs.d/private.el.gpg | bin | 2339 -> 2438 bytes |
2 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 7578c72a..0b65c44c 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -183,7 +183,7 @@ Let’s try a basic theme. (show-mode-line))) (add-to-list 'default-frame-alist '(border-width . 0)) - (add-to-list 'default-frame-alist '(internal-border-width . 0)) + (add-to-list 'default-frame-alist '(internal-border-width . 1)) (when (eq window-system 'x) (setq window-divider-default-bottom-width 1 window-divider-default-right-width 1 @@ -2418,7 +2418,8 @@ Move between instances of a symbol #+BEGIN_SRC emacs-lisp (use-package smartscan :config (progn - (smartscan-mode 1))) + (global-smartscan-mode 1) + (setq smartscan-symbol-selector "symbol"))) #+END_SRC ** move-text diff --git a/emacs/.emacs.d/private.el.gpg b/emacs/.emacs.d/private.el.gpg index 04290b73..37ce02ae 100644 --- a/emacs/.emacs.d/private.el.gpg +++ b/emacs/.emacs.d/private.el.gpg Binary files differ |