diff options
| -rw-r--r-- | .emacs | 3 | ||||
| -rw-r--r-- | install.el | 6 |
2 files changed, 3 insertions, 6 deletions
@@ -211,9 +211,6 @@ (require 'markdown-mode) (setq markdown-command "pandoc -s --highlight-style pygments") -;; Proof General -(require 'proof-site "~/.emacs.d/lisp/PG/generic/proof-site") - (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -11,6 +11,6 @@ ; install package if not already installed (unless (package-installed-p package) (package-install package))) - - '(magit intero helm markdown-mode multiple-cursors expand-region yasnippet color-theme - google-translate google-translate-default-ui)) + + '(magit intero helm markdown-mode multiple-cursors expand-region yasnippet color-theme + idris elpy prop-menu google-translate)) |
