diff --git a/.config/emacs/init.org b/.config/emacs/init.org index 86212a7..369faa1 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -174,54 +174,61 @@ Finish up '(recentf benchmark-init ;; dashboard - olivetti ;; ligature - highlight-quoted - doom-modeline ;; hydra ;; multiple-cursors + ;; Text Editing evil evil-collection evil-surround evil-snipe evil-commentary evil-goggles + avy all-the-icons-ibuffer ;; ace-window + ;; Mail + smtpmail + sendmail + age popper centaur-tabs - all-the-icons-completion + ;; VEMCO vertico vertico-posframe savehist embark embark-consult marginalia - all-the-icons-completion orderless consult consult-eglot - dirvish - smtpmail - sendmail - age - avy + all-the-icons-completion helpful vterm + ;; Enhancements + olivetti + doom-modeline undo-fu undo-fu-session vundo which-key - ;; company mono-complete + beframe + ;; company ;; lsp-mode ;; lsp-ui ;; flycheck ;; dap-mode + ;; Org + org-bullets + org-kanban + org-fancy-priorities + org-roam + ;; Programming Languages + highlight-quoted rustic ob-rust - typescript-mode - disaster haskell-mode clojure-mode cider @@ -230,12 +237,12 @@ Finish up json-mode markdown-mode gdscript-mode - org-bullets - org-kanban - org-fancy-priorities - org-roam + typescript-mode + elm-mode + ;; Tools + dirvish restclient - beframe + disaster magit)) (setopt package-vc-selected-packages @@ -483,7 +490,7 @@ Ligatures... are they that useful? #+begin_src emacs-lisp ;; (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) (setq-default c-basic-offset 4) ;; This is annoying (setq-default indent-tabs-mode nil)