Update init.el. Again.

This commit is contained in:
Mid Favila 2021-11-16 23:30:38 -04:00
parent 114dd16380
commit 7367c3a08c
1 changed files with 16 additions and 4 deletions

View File

@ -146,8 +146,22 @@
;; Subsection 2.1
(use-package rainbow-blocks
:ensure t
:demand)
(use-package rainbow-mode
:ensure t
:demand)
;;(use-package aggressive-indent-mode
;; :ensure t
;;:demand)
;; Good-scroll improves Emacs scrolling abilities.
(good-scroll-mode 1)
(use-package good-scroll
:ensure t
:demand
:config
(good-scroll-mode 1))
;; Golden Ratio resizes the current buffer according to the golden ratio.
(use-package golden-ratio
@ -347,7 +361,5 @@
;; 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.
'(custom-safe-themes
'("2f93ebb862a9d50fee9c1b3302d858e2d2c0bba9d4e1be9bb3b08b7373f1710c" default))
'(package-selected-packages
'(aggressive-indent muse auctex beacon ac-ispell ac-rtags dimmer rainbow-blocks rainbow-identifiers rainbow-mode solaire-mode modus-themes xpm ws-butler use-package stripes srfi speed-type sly-asdf sed-mode schrute powerline popwin pcache paren-face macrostep link jammer helm-sly helm-mode-manager helm-flycheck helm-eww guru-mode good-scroll golden-ratio goggles gnuplot focus flyspell-lazy flyspell-correct-ivy electric-operator company-c-headers comment-tags clean-aindent-mode cframe auto-compile ace-window ace-popup-menu ace-link ace-jump-helm-line ace-flyspell ac-sly ac-html ac-helm ac-haskell-process ac-etags ac-c-headers)))
'(aggressive-indent-mode xpm ws-butler web-completion-data use-package stripes srfi speed-type solarized-theme solaire-mode smooth-scroll sly rainbow-mode rainbow-blocks powerline popwin paren-face parchment-theme names helm-slime helm-mode-manager helm-flycheck helm-eww good-scroll golden-ratio goggles gnuplot focus flyspell-correct-helm flymake-haskell-multi flymake flycheck-haskell flycheck-aspell eww-lnum electric-operator dimmer context-coloring clean-buffers clean-aindent-mode auto-compile aggressive-indent ace-window ace-link ace-jump-mode ac-slime ac-html ac-haskell-process ac-etags)))