Browse Source

Add fancy-narrow

master
10sr 5 years ago
parent
commit
abdb9a81fd
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -118,6 +118,7 @@ found, otherwise returns nil."
page-break-lines
sync-recentf
aggressive-indent
fancy-narrow

scala-mode
;;ensime
@@ -379,6 +380,9 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'page-break-lines)
(global-page-break-lines-mode 1))

(when (safe-require-or-eval 'fancy-narrow)
(fancy-narrow-mode 1))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line



Loading…
Cancel
Save