Shrink text. Organize packages.
This commit is contained in:
parent
4af2996add
commit
1b970e45af
@ -174,54 +174,61 @@ Finish up
|
|||||||
'(recentf
|
'(recentf
|
||||||
benchmark-init
|
benchmark-init
|
||||||
;; dashboard
|
;; dashboard
|
||||||
olivetti
|
|
||||||
;; ligature
|
;; ligature
|
||||||
highlight-quoted
|
|
||||||
doom-modeline
|
|
||||||
;; hydra
|
;; hydra
|
||||||
;; multiple-cursors
|
;; multiple-cursors
|
||||||
|
;; Text Editing
|
||||||
evil
|
evil
|
||||||
evil-collection
|
evil-collection
|
||||||
evil-surround
|
evil-surround
|
||||||
evil-snipe
|
evil-snipe
|
||||||
evil-commentary
|
evil-commentary
|
||||||
evil-goggles
|
evil-goggles
|
||||||
|
avy
|
||||||
all-the-icons-ibuffer
|
all-the-icons-ibuffer
|
||||||
;; ace-window
|
;; ace-window
|
||||||
|
;; Mail
|
||||||
|
smtpmail
|
||||||
|
sendmail
|
||||||
|
age
|
||||||
popper
|
popper
|
||||||
centaur-tabs
|
centaur-tabs
|
||||||
all-the-icons-completion
|
;; VEMCO
|
||||||
vertico
|
vertico
|
||||||
vertico-posframe
|
vertico-posframe
|
||||||
savehist
|
savehist
|
||||||
embark
|
embark
|
||||||
embark-consult
|
embark-consult
|
||||||
marginalia
|
marginalia
|
||||||
all-the-icons-completion
|
|
||||||
orderless
|
orderless
|
||||||
consult
|
consult
|
||||||
consult-eglot
|
consult-eglot
|
||||||
dirvish
|
all-the-icons-completion
|
||||||
smtpmail
|
|
||||||
sendmail
|
|
||||||
age
|
|
||||||
avy
|
|
||||||
helpful
|
helpful
|
||||||
vterm
|
vterm
|
||||||
|
;; Enhancements
|
||||||
|
olivetti
|
||||||
|
doom-modeline
|
||||||
undo-fu
|
undo-fu
|
||||||
undo-fu-session
|
undo-fu-session
|
||||||
vundo
|
vundo
|
||||||
which-key
|
which-key
|
||||||
;; company
|
|
||||||
mono-complete
|
mono-complete
|
||||||
|
beframe
|
||||||
|
;; company
|
||||||
;; lsp-mode
|
;; lsp-mode
|
||||||
;; lsp-ui
|
;; lsp-ui
|
||||||
;; flycheck
|
;; flycheck
|
||||||
;; dap-mode
|
;; dap-mode
|
||||||
|
;; Org
|
||||||
|
org-bullets
|
||||||
|
org-kanban
|
||||||
|
org-fancy-priorities
|
||||||
|
org-roam
|
||||||
|
;; Programming Languages
|
||||||
|
highlight-quoted
|
||||||
rustic
|
rustic
|
||||||
ob-rust
|
ob-rust
|
||||||
typescript-mode
|
|
||||||
disaster
|
|
||||||
haskell-mode
|
haskell-mode
|
||||||
clojure-mode
|
clojure-mode
|
||||||
cider
|
cider
|
||||||
@ -230,12 +237,12 @@ Finish up
|
|||||||
json-mode
|
json-mode
|
||||||
markdown-mode
|
markdown-mode
|
||||||
gdscript-mode
|
gdscript-mode
|
||||||
org-bullets
|
typescript-mode
|
||||||
org-kanban
|
elm-mode
|
||||||
org-fancy-priorities
|
;; Tools
|
||||||
org-roam
|
dirvish
|
||||||
restclient
|
restclient
|
||||||
beframe
|
disaster
|
||||||
magit))
|
magit))
|
||||||
|
|
||||||
(setopt package-vc-selected-packages
|
(setopt package-vc-selected-packages
|
||||||
@ -483,7 +490,7 @@ Ligatures... are they that useful?
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; (set-face-attribute 'default nil :family "Fira Code Nerd Font" :height 150)
|
;; (set-face-attribute 'default nil :family "Fira Code Nerd Font" :height 150)
|
||||||
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height 150)
|
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height 130)
|
||||||
;; (set-face-attribute 'variable-pitch nil :family "Source Code Pro" :height 120)
|
;; (set-face-attribute 'variable-pitch nil :family "Source Code Pro" :height 120)
|
||||||
(setq-default c-basic-offset 4) ;; This is annoying
|
(setq-default c-basic-offset 4) ;; This is annoying
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user