all repos — archive/dotfiles @ ad1b15ac87f8b17b81a6c03152cd343ee34657a4

Superseded by nixfiles

Emacs: Remove lentic

It's too buggy.  Let's go back to outshine
Alan Pearce alan@alanpearce.eu
Wed, 30 Aug 2017 14:09:35 +0200
commit

ad1b15ac87f8b17b81a6c03152cd343ee34657a4

parent

508479288c0843099d8f11da65a62e3d20950af8

2 files changed, 1 insertions(+), 12 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1764,16 +1764,6 @@ :config (progn             (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
M nix/.config/nixpkgs/emacs.nixnix/.config/nixpkgs/emacs.nix
@@ -51,8 +51,7 @@ emacsWithPackages (epkgs: (with epkgs.melpaStablePackages; [     diminish
     bind-key
     use-package
-    smartparens
-    lentic
+    smartparens 
   ]) ++ (with epkgs.melpaPackages; [
     ace-link
     ace-window