summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el19
1 files changed, 2 insertions, 17 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 5a665c7..1844ffd 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -183,6 +183,8 @@
   :diminish highlight-stages-mode)
 ;; #+END_SRC
 
+(global-hl-line-mode +1)
+
 ;;;;;; Fonts
 
 ;; When possible, set up fonts.  I don’t have any settings here for X11,
@@ -366,23 +368,6 @@
             (volatile-highlights-mode t)))
 ;; #+END_SRC
 
-;;;;;; Beacon
-
-;; I was against the idea of having flashy animations inside Emacs, but
-;; this one is useful.  It highlights the cursor when scrolling or
-;; switching windows.
-
-;; #+BEGIN_SRC emacs-lisp
-(use-package beacon
-  :diminish beacon-mode
-  :config (progn
-            (beacon-mode +1)
-            (setq beacon-blink-delay 0.25
-                  beacon-blink-duration 0.25
-                  beacon-size 20
-                  beacon-color "#a1b56c")))
-;; #+END_SRC
-
 ;;;;;; Renaming major modes
 
 ;; Diminishing major modes does not happen in the same manner as minor