From 110f52b9eaf1c562d314276c3c2deac20dccad06 Mon Sep 17 00:00:00 2001 From: jowj Date: Sat, 27 Apr 2019 15:50:00 -0500 Subject: [PATCH] Update package install list to include eyebrowse. --- applicationConfiguration/.emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applicationConfiguration/.emacs/init.el b/applicationConfiguration/.emacs/init.el index 6a09b52..20fc194 100644 --- a/applicationConfiguration/.emacs/init.el +++ b/applicationConfiguration/.emacs/init.el @@ -20,6 +20,7 @@ flycheck-rust racer helm + eyebrowse ;;company-mode org2blog pylint @@ -62,7 +63,7 @@ '(org-modules '(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m)) '(package-selected-packages - '(helm racer flycheck-rust rust-mode color-theme-sanityinc-tomorrow org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode))) + '(eyebrowse helm racer flycheck-rust rust-mode color-theme-sanityinc-tomorrow org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode))) ;;;; run emacs as server (connect to it with `emacsclient`) (server-start)