diff --git a/.emacs b/.emacs index 704a57d..22dbee5 100644 --- a/.emacs +++ b/.emacs @@ -5,7 +5,7 @@ ;; https://melpa.org/#/getting-started (require 'package) (add-to-list 'package-archives - '("melpa-stable" . "https://stable.melpa.org/packages/")) + '("melpa" . "https://melpa.org/packages/") t) (package-initialize) ;; setting the default directory for extra packages @@ -132,3 +132,15 @@ (shell-command (concat "xdg-open " tmp-out-file)) ) ) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; 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. + '(package-selected-packages (quote (lua-mode wc-mode markdown-mode)))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; 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. + )