diff --git a/emacs.d/init.el b/emacs.d/init.el index 92b53ea..38a743f 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -1,4 +1,3 @@ - ;; init.el - part of dotfiles ;; https://git.kinoshita-lab.org/kazbo/dotfiles @@ -69,6 +68,9 @@ ;; initialize leaf-keywords.el (leaf-keywords-init))) +(leaf macrostep + :ensure t) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Actual Setup ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -193,7 +195,7 @@ (setq company-selection-wrap-around t) (setq company-tooltip-maximum-width 50) (setq company-show-numbers t) - (add-to-list 'company-backends #'company-tabnine) + (slime-setup '(slime-fancy slime-company)) (add-to-list 'company-backends '(company-bbdb company-nxml @@ -298,7 +300,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(warning-suppress-types '((comp) (comp)))) + '(warning-suppress-types '((leaf) (comp) (comp)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.