summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org5
-rw-r--r--emacs/.emacs.d/private.el.gpgbin2339 -> 2438 bytes
2 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7578c72..0b65c44 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 04290b7..37ce02a 100644
--- a/emacs/.emacs.d/private.el.gpg
+++ b/emacs/.emacs.d/private.el.gpg
Binary files differ