diff options
author | Case Duckworth | 2021-03-31 18:00:22 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-31 18:00:22 -0500 |
commit | bd8775cd6bff3d87ac280349e2370e14acbc2ce7 (patch) | |
tree | 9684074a0313d4ad0c4224542fc7beda890ee9e5 | |
parent | Whitespace (diff) | |
download | emacs-bd8775cd6bff3d87ac280349e2370e14acbc2ce7.tar.gz emacs-bd8775cd6bff3d87ac280349e2370e14acbc2ce7.zip |
Add `outshine'
-rw-r--r-- | init.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el index 9a5637c..0594b84 100644 --- a/init.el +++ b/init.el | |||
@@ -546,6 +546,11 @@ call `zzz-to-char'." | |||
546 | (:option olivetti-body-width (+ fill-column 4) | 546 | (:option olivetti-body-width (+ fill-column 4) |
547 | olivetti-minimum-body-width fill-column)) | 547 | olivetti-minimum-body-width fill-column)) |
548 | 548 | ||
549 | ;;;; Outshine | ||
550 | (setup (:straight outshine) | ||
551 | (:option outline-minor-mode-prefix "") | ||
552 | (:hook-into emacs-lisp-mode)) | ||
553 | |||
549 | ;;; Utilities | 554 | ;;; Utilities |
550 | 555 | ||
551 | ;;;; 0x0 -- upload files to a nullpointer | 556 | ;;;; 0x0 -- upload files to a nullpointer |
@@ -553,6 +558,11 @@ call `zzz-to-char'." | |||
553 | :repo "https://git.sr.ht/~zge/nullpointer-emacs")) | 558 | :repo "https://git.sr.ht/~zge/nullpointer-emacs")) |
554 | (:option 0x0-default-host 'ttm)) | 559 | (:option 0x0-default-host 'ttm)) |
555 | 560 | ||
561 | ;;; System tie-ins | ||
562 | ;; Instead of using `setup''s `:needs', I'm going to wrap these in | ||
563 | ;; `exectuable-find' forms. I don't want to waste time with pulling packages | ||
564 | ;; that won't work on a machine. | ||
565 | |||
556 | ;;; Applications | 566 | ;;; Applications |
557 | 567 | ||
558 | ;;;; Magit | 568 | ;;;; Magit |