From bd8775cd6bff3d87ac280349e2370e14acbc2ce7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 31 Mar 2021 18:00:22 -0500 Subject: Add `outshine' --- init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'init.el') 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'." (:option olivetti-body-width (+ fill-column 4) olivetti-minimum-body-width fill-column)) +;;;; Outshine +(setup (:straight outshine) + (:option outline-minor-mode-prefix "") + (:hook-into emacs-lisp-mode)) + ;;; Utilities ;;;; 0x0 -- upload files to a nullpointer @@ -553,6 +558,11 @@ call `zzz-to-char'." :repo "https://git.sr.ht/~zge/nullpointer-emacs")) (:option 0x0-default-host 'ttm)) +;;; System tie-ins +;; Instead of using `setup''s `:needs', I'm going to wrap these in +;; `exectuable-find' forms. I don't want to waste time with pulling packages +;; that won't work on a machine. + ;;; Applications ;;;; Magit -- cgit 1.4.1-21-gabe81