summary refs log tree commit diff
path: root/emacs.d/modules/module-appareance.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/modules/module-appareance.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/modules/module-appareance.el b/emacs.d/modules/module-appareance.el
index 10f7918..b9a1463 100644
--- a/emacs.d/modules/module-appareance.el
+++ b/emacs.d/modules/module-appareance.el
@@ -29,7 +29,7 @@
 (blink-cursor-mode -1)
 
 ;; I don't want a frindge on the right
-(fringe-mode '(8 . 0))
+(fringe-mode '(8 . 8))
 
 ;; frame title
 (setq frame-title-format '( "%f" " [" (:eval mode-name) "]"))
@@ -49,8 +49,8 @@
   :init
   (setq sml/theme 'light
         sml/shorten-directory t
-        sml/no-confirm-load-theme t
         sml/shorten-modes t
+        sml/no-confirm-load-theme t
         sml/name-width 40
         sml/mode-width 'full)
   :config