diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-06-11 08:57:20 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-06-11 08:57:20 -0700 |
commit | 42d5ddfb5eff620152c7aa479b5eeb54b217571c (patch) | |
tree | cf2e3894886b59acc4bca6033a980444de22627a | |
parent | [emacs] Update hydra definition for projectile (diff) | |
download | emacs.d-42d5ddfb5eff620152c7aa479b5eeb54b217571c.tar.gz |
[emacs] fix comment for fringe
-rw-r--r-- | emacs.d/modules/module-appareance.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/modules/module-appareance.el b/emacs.d/modules/module-appareance.el index b9a1463..7d3d05a 100644 --- a/emacs.d/modules/module-appareance.el +++ b/emacs.d/modules/module-appareance.el @@ -28,7 +28,7 @@ ;; no blinking cursor (blink-cursor-mode -1) -;; I don't want a frindge on the right +;; size of the fringe (fringe-mode '(8 . 8)) ;; frame title |