summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4941397..ce32f82 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -875,17 +875,13 @@ from myaethon2.core.decorators import (
;;;; Module-specific settings
(auto-init appt)
+(auto-init avandu)
(stante-after auto-complete
(add-to-list 'ac-modes 'slime-repl-mode)
(setq ac-auto-show-menu nil
ac-use-quick-help nil))
-(stante-after avandu
- (setq avandu-user "admin")
- (setq avandu-tt-rss-api-url "https://ryuslash.org/tt-rss/api/")
- (setq avandu-html2text-command #'shr-render-region))
-
(stante-after "bindings"
(setq mode-line-default-help-echo ""))