From bd63867ddf90e8435fb6fc4f4139da64424f40b0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 14 Mar 2023 00:11:11 -0700 Subject: [oni-elisp] Remove litable It's a fun idea, but practically it makes things a lot slower in certain situations and by default it has some weird concepts of what safe or pure functions are. --- oni-elisp/oni-elisp.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'oni-elisp/oni-elisp.el') diff --git a/oni-elisp/oni-elisp.el b/oni-elisp/oni-elisp.el index 1055a4f..80834f3 100644 --- a/oni-elisp/oni-elisp.el +++ b/oni-elisp/oni-elisp.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.1119.232349 -;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint handle elisp-format litable) +;; Version: 2023.0314.001059 +;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint handle elisp-format) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -98,7 +98,6 @@ _eb_: Buffer (add-hook 'emacs-lisp-mode-hook 'electric-quote-local-mode) (add-hook 'emacs-lisp-mode-hook 'erefactor-lazy-highlight-turn-on) (add-hook 'emacs-lisp-mode-hook 'flycheck-mode) -(add-hook 'emacs-lisp-mode-hook 'litable-mode) (add-hook 'emacs-lisp-mode-hook 'nameless-mode) (add-hook 'emacs-lisp-mode-hook 'paredit-mode) (add-hook 'emacs-lisp-mode-hook 'rainbow-delimiters-mode) -- cgit v1.2.3-54-g00ecf