aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-14 00:11:11 -0700
committerGravatar Tom Willemse2023-03-14 00:11:11 -0700
commitbd63867ddf90e8435fb6fc4f4139da64424f40b0 (patch)
treecd9e9782fd622182d09dc6c7372f9e4156bf5cbf
parente6e06eac0d00aa0865cd98dde8c6add2aa36ed15 (diff)
downloademacs-config-bd63867ddf90e8435fb6fc4f4139da64424f40b0.tar.gz
emacs-config-bd63867ddf90e8435fb6fc4f4139da64424f40b0.zip
[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.
-rw-r--r--oni-elisp/oni-elisp.el5
1 files changed, 2 insertions, 3 deletions
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 <tom@ryuslash.org>
;; 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)