ソースを参照

Add fancy-narrow

master
10sr 6年前
コミット
abdb9a81fd
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el ファイルの表示

@@ -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



読み込み中…
キャンセル
保存