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 | |
parent | 508479288c0843099d8f11da65a62e3d20950af8 (diff) | |
download | dotfiles-ad1b15ac87f8b17b81a6c03152cd343ee34657a4.tar.lz dotfiles-ad1b15ac87f8b17b81a6c03152cd343ee34657a4.tar.zst dotfiles-ad1b15ac87f8b17b81a6c03152cd343ee34657a4.zip |
Emacs: Remove lentic
It's too buggy. Let's go back to outshine
-rw-r--r-- | emacs/.emacs.d/main.el | 10 | ||||
-rw-r--r-- | nix/.config/nixpkgs/emacs.nix | 3 |
2 files changed, 1 insertions, 12 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 69f584e..ce9ee4b 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 diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix index 6ce3a21..9abd396 100644 --- a/nix/.config/nixpkgs/emacs.nix +++ b/nix/.config/nixpkgs/emacs.nix @@ -51,8 +51,7 @@ in diminish bind-key use-package - smartparens - lentic + smartparens ]) ++ (with epkgs.melpaPackages; [ ace-link ace-window |