feat: emacs config
This commit is contained in:
parent
0251529a8a
commit
91587da1cb
4 changed files with 102 additions and 8 deletions
11
home-manager/emacs/doom/early-init.el
Normal file
11
home-manager/emacs/doom/early-init.el
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
;;; early-init.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Set the background early to prevent the white flash
|
||||
(setq default-frame-alist
|
||||
'((background-color . "#282c34") ; Standard Doom One background
|
||||
(vertical-scroll-bars . nil)
|
||||
(tool-bar-lines . 0)
|
||||
(menu-bar-lines . 0)))
|
||||
|
||||
;; Ensure the title bar is dark on macOS/compatible systems
|
||||
(add-to-list 'default-frame-alist '(ns-appearance . dark))
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
magit ; a git porcelain for Emacs
|
||||
;;make ; run make tasks from Emacs
|
||||
pass ; password manager for nerds
|
||||
;;pdf ; pdf enhancements
|
||||
(pdf +org) ; pdf enhancements
|
||||
;;terraform ; infrastructure as code
|
||||
;;tmux ; an API for interacting with tmux
|
||||
tree-sitter ; syntax and parsing, sitting in a tree...
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
(scheme +guile) ; a fully conniving family of lisps
|
||||
(scheme +guile +chez) ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
;;sml
|
||||
;;solidity ; do you need a blockchain? No.
|
||||
|
|
@ -192,8 +192,8 @@
|
|||
;;calendar
|
||||
;;emms
|
||||
;;everywhere ; *leave* Emacs!? You must be joking
|
||||
;;irc ; how neckbeards socialize
|
||||
;;(rss +org) ; emacs as an RSS reader
|
||||
irc ; how neckbeards socialize
|
||||
(rss +org) ; emacs as an RSS reader
|
||||
|
||||
:config
|
||||
;;literate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue