Commit 077cf8d76f29

Vincent Demeester <vincent@sbr.pm>
2019-12-24 19:40:23
setup-style.el: micro clean (use :custom)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent aaaef77
Changed files (1)
lisp/setup-style.el
@@ -53,17 +53,13 @@
   (unbind-key "C-x C-z")
   :config (add-to-list 'initial-frame-alist '(fullscreen . maximized)))
 
-(setq echo-keystrokes 0.1)     ; Faster echo keystrokes
-
-;; Avoid showing ?? in the mode line when we have long lines.
-(setq line-number-display-limit-width 10000)
-
-;; Turn off mouse interface early in startup to avoid momentary display
 (use-package emacs
   :custom
   (use-file-dialog nil)
   (use-dialog-box nil)
   (inhibit-splash-screen t)
+  (echo-keystrokes 0.1) ; Faster echo keystrokes
+  (line-number-display-limit-width 10000) ;; Avoid showing ?? in the mode line when we have long lines.
   :config
   (menu-bar-mode -1)
   (tool-bar-mode -1)
@@ -152,8 +148,6 @@
   (moody-replace-mode-line-buffer-identification)
   (moody-replace-vc-mode))
 
-;;;; org-mode
-
 (use-package minions                    ; A minor-mode menu for the mode line
   :init (minions-mode)
   :config