Clean up
This commit is contained in:
parent
a7ca45bca5
commit
869da740f9
6 changed files with 5 additions and 13 deletions
1
Cask
1
Cask
|
@ -227,7 +227,6 @@
|
|||
;;;; EXTRA TOOLS ;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Demo --- module-demo.el
|
||||
(depends-on "impatient-mode")
|
||||
(depends-on "puml-mode")
|
||||
(depends-on "ox-reveal" :git "https://github.com/yjwen/org-reveal")
|
||||
(depends-on "htmlize")
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
company-yasnippet
|
||||
company-dabbrev-code)
|
||||
company-dabbrev)
|
||||
company-statistics-file (concat narf-temp-dir "company-stats-cache.el")
|
||||
company-dict-dir (concat narf-private-dir "dict/"))
|
||||
company-statistics-file (concat narf-temp-dir "company-stats-cache.el"))
|
||||
|
||||
:config
|
||||
(require 'company-statistics)
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
split-width-threshold nil ; favor horizontal splits
|
||||
show-help-function nil ; hide :help-echo text
|
||||
|
||||
visual-fill-column-center-text nil
|
||||
|
||||
bidi-display-reordering nil
|
||||
|
||||
;; Minibuffer resizing
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
(defalias 'narf/vcs-revert-hunk 'git-gutter:revert-hunk)
|
||||
|
||||
(define-fringe-bitmap 'git-gutter-fr:added
|
||||
[240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240]
|
||||
[240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240]
|
||||
nil nil 'center)
|
||||
(define-fringe-bitmap 'git-gutter-fr:modified
|
||||
[240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240]
|
||||
[240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240 240]
|
||||
nil nil 'center)
|
||||
(define-fringe-bitmap 'git-gutter-fr:deleted
|
||||
[0 0 0 0 0 0 0 128 192 224 240 248]
|
||||
|
|
|
@ -14,11 +14,6 @@
|
|||
:defer t
|
||||
:commands httpd-start)
|
||||
|
||||
(use-package puml-mode
|
||||
:mode "\\.p\\(lant\\)?uml$"
|
||||
:init
|
||||
(setq puml-plantuml-jar-path "/usr/local/Cellar/plantuml/8029/plantuml.8029.jar"))
|
||||
|
||||
(add-hook! org-load
|
||||
(use-package ox-reveal
|
||||
:config
|
||||
|
|
|
@ -51,9 +51,6 @@
|
|||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(setq-default visual-fill-column-center-text nil
|
||||
visual-fill-column-width 80)
|
||||
|
||||
(defun write-mode|org-hook ()
|
||||
"A hook that runs everytime an org-mode buffer is visited/created while `write-mode' is
|
||||
active."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue