moving package definitions into init.el (and removing ones that don't belong)

This commit is contained in:
Dominic Adamson
2021-03-18 21:47:16 -06:00
parent afa1924c19
commit 5c1691a4e7
2 changed files with 7 additions and 21 deletions
+7 -14
View File
@@ -49,7 +49,7 @@
vi-tilde-fringe ; fringe tildes to mark beyond EOB vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows ;;window-select ; visually switch windows
workspaces ; tab emulation, persistence & separate workspaces workspaces ; tab emulation, persistence & separate workspaces
;;zen ; distraction-free coding or writing zen ; distraction-free coding or writing
:editor :editor
(evil +everywhere); come to the dark side, we have cookies (evil +everywhere); come to the dark side, we have cookies
@@ -66,7 +66,7 @@
;;word-wrap ; soft wrapping with language-aware indent ;;word-wrap ; soft wrapping with language-aware indent
:emacs :emacs
dired ; making dired pretty [functional] (dired +icons) ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent electric ; smarter, keyword-based electric-indent
ibuffer ; interactive buffer management ibuffer ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes undo ; persistent, smarter undo for your inevitable mistakes
@@ -80,7 +80,7 @@
:checkers :checkers
syntax ; tasing you for every semicolon you forget syntax ; tasing you for every semicolon you forget
(spell +flyspell) ; tasing you for misspelling mispelling (spell +aspell) ; tasing you for misspelling mispelling
;;grammar ; tasing grammar mistake every you make ;;grammar ; tasing grammar mistake every you make
:tools :tools
@@ -146,7 +146,7 @@
;;nim ; python + lisp at the speed of c ;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!" ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel ;;ocaml ; an objective camel
(org +org-bullets +org-ql) ; organize your plain life in plain text (org +pretty) ; organize your plain life in plain text
php ; perl's insecure younger brother php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional
@@ -170,24 +170,17 @@
:email :email
mu4e mu4e
smtpmail
;;notmuch ;;notmuch
;;(wanderlust +gmail) ;;(wanderlust +gmail)
:app :app
;;calendar ;;calendar
;;emms emms
;;everywhere ; *leave* Emacs!? You must be joking ;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize
;;(rss +org) ; emacs as an RSS reader rss ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought ;;twitter ; twitter client https://twitter.com/vnought
:emms
emms-setup
emms-info
emms-cue
emms-mode-line
:config :config
;;literate literate
(default +bindings +smartparens)) (default +bindings +smartparens))
-7
View File
@@ -48,19 +48,13 @@
;(unpin! pinned-package another-pinned-package) ;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t) ;(unpin! t)
(package! all-the-icons-dired)
(package! flycheck-aspell) (package! flycheck-aspell)
(package! async) (package! async)
(package! dired-open) (package! dired-open)
(package! dmenu) (package! dmenu)
(package! elfeed)
(package! elpher) (package! elpher)
(package! emms)
(package! emojify)
(package! evil-tutor) (package! evil-tutor)
(package! ivy-posframe)
(package! mastodon) (package! mastodon)
(package! org-bullets)
(package! org-ql) (package! org-ql)
(package! peep-dired) (package! peep-dired)
(package! pianobar) (package! pianobar)
@@ -68,4 +62,3 @@
(package! resize-window) (package! resize-window)
(package! tldr) (package! tldr)
(package! wc-mode) (package! wc-mode)
(package! writeroom-mode)