diff --git a/core/core-vcs.el b/core/core-vcs.el index 000314eb4..d08e3f5ed 100644 --- a/core/core-vcs.el +++ b/core/core-vcs.el @@ -18,6 +18,7 @@ (require 'git-gutter-fringe) (def-popup! "^\\*git-gutter.+\\*$" :align below :size 15 :noselect t :regexp t) + ;; colored fringe "bars" (define-fringe-bitmap 'git-gutter-fr:added [224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224] nil nil 'center) diff --git a/modules/custom-write.el b/modules/custom-write.el index 81f5059ef..d62a3df58 100644 --- a/modules/custom-write.el +++ b/modules/custom-write.el @@ -1,4 +1,4 @@ -;; custom-write.el +;; custom-write.el --- FIXME ;; This library offers the following: ;; + Write-mode: a mode that turns Emacs into an app for writing notes,