diff options
author | Alan Pearce | 2017-08-30 14:09:35 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-30 14:09:35 +0200 |
commit | ad1b15ac87f8b17b81a6c03152cd343ee34657a4 (patch) | |
tree | 453988af26d3766ce75195f22fc818364b8e01a4 /emacs/.emacs.d | |
parent | 508479288c0843099d8f11da65a62e3d20950af8 (diff) | |
download | nixfiles-ad1b15ac87f8b17b81a6c03152cd343ee34657a4.tar.lz nixfiles-ad1b15ac87f8b17b81a6c03152cd343ee34657a4.tar.zst nixfiles-ad1b15ac87f8b17b81a6c03152cd343ee34657a4.zip |
Emacs: Remove lentic
It's too buggy. Let's go back to outshine
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 69f584ec..ce9ee4b0 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1764,16 +1764,6 @@ (add-hook 'markdown-mode-hook #'turn-on-auto-fill))) ;; #+END_SRC -;; *** Lentic - -;; Multiple different views of the same file. Can be used for a kind of -;; inverse literate programming. - -;; #+BEGIN_SRC emacs-lisp -(use-package lentic - :config (global-lentic-mode)) -;; #+END_SRC - ;; *** Outshine ;; Org-ified source code. I think this might work better than |