chore: update and minify config
This commit is contained in:
parent
6efa74ea62
commit
f893a5d054
1634 changed files with 1974 additions and 281623 deletions
|
@ -21,7 +21,7 @@
|
|||
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
|
||||
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
|
||||
|
||||
(setq doom-font (font-spec :family "FantasqueSansMono NF" :size 13))
|
||||
(setq doom-font (font-spec :family "FantasqueSansMono NF" :size 15))
|
||||
;;(setq doom-font (font-spec :family "Hasklig" :size 12 :weight 'regular))
|
||||
|
||||
;;(setq doom-unicode-font doom-font) ; extend glyphs
|
||||
|
@ -29,7 +29,7 @@
|
|||
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||
;; `load-theme' function. This is the default:
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
(setq doom-theme 'doom-dracula)
|
||||
|
||||
;; If you use `org' and don't want your org files in the default location below,
|
||||
;; change `org-directory'. It must be set before org loads!
|
||||
|
@ -159,3 +159,15 @@ mask DIR)."
|
|||
doom-gruvbox-brighter-comments nil
|
||||
doom-gruvbox-dark-variant "medium"
|
||||
doom-gruvbox-padded-modeline nil)
|
||||
|
||||
;; Configure formaters
|
||||
(setq +format-on-save-enabled-modes
|
||||
'(not emacs-lisp-mode
|
||||
javascript-mode
|
||||
typescript-mode
|
||||
web-mode))
|
||||
|
||||
;; Configure org-reveal
|
||||
(setq
|
||||
org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js"
|
||||
org-reveal-klipsify-src 'nil)
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
(evil +everywhere); come to the dark side, we have cookies
|
||||
file-templates ; auto-snippets for empty files
|
||||
fold ; (nigh) universal code folding
|
||||
;;(format +onsave) ; automated prettiness
|
||||
(format +onsave) ; automated prettiness
|
||||
;;god ; run Emacs commands without modifier keys
|
||||
;;lispy ; vim for lisp, for people who don't like vim
|
||||
;;multiple-cursors ; editing in many places at once
|
||||
|
@ -78,7 +78,7 @@
|
|||
;;eshell ; the elisp shell that works everywhere
|
||||
;;shell ; simple shell REPL for Emacs
|
||||
;;term ; basic terminal emulator for Emacs
|
||||
;;vterm ; the best terminal emulation in Emacs
|
||||
vterm ; the best terminal emulation in Emacs
|
||||
|
||||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
|
@ -89,7 +89,7 @@
|
|||
:tools
|
||||
;;ansible
|
||||
;;biblio ; Writes a PhD for you (citation needed)
|
||||
debugger ; FIXME stepping through code, to help you add bugs
|
||||
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
;;docker
|
||||
editorconfig ; let someone else argue about tabs vs spaces
|
||||
|
@ -121,9 +121,10 @@
|
|||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||
;;coq ; proofs-as-programs
|
||||
;;crystal ; ruby at the speed of c
|
||||
csharp ; unity, .NET, and mono shenanigans
|
||||
;;csharp ; unity, .NET, and mono shenanigans
|
||||
;;data ; config/data formats
|
||||
;;(dart +flutter) ; paint ui and not much else
|
||||
;;dhall
|
||||
(elixir +lsp) ; erlang done right
|
||||
;;elm ; care for a cup of TEA?
|
||||
emacs-lisp ; drown in parentheses
|
||||
|
@ -136,6 +137,7 @@
|
|||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||
(gdscript +lsp) ; the language you waited for
|
||||
;;(go +lsp) ; the hipster dialect
|
||||
;;(graphql +lsp) ; Give queries a REST
|
||||
;;(haskell +dante) ; a language that's lazier than I am
|
||||
;;hy ; readability of scheme w/ speed of python
|
||||
;;idris ; a language you can depend on
|
||||
|
@ -170,7 +172,7 @@
|
|||
;;rest ; Emacs as a REST client
|
||||
;;rst ; ReST in peace
|
||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;scheme ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
|
|
|
@ -68,3 +68,6 @@
|
|||
;; Install org-roam
|
||||
(unpin! org-roam)
|
||||
(package! org-roam-ui)
|
||||
|
||||
;; Install org-reveal
|
||||
(package! org-reveal)
|
||||
|
|
|
@ -4,17 +4,14 @@
|
|||
# --
|
||||
#+filetags: :daily:$1
|
||||
|
||||
* Morning Journal
|
||||
** What are you grateful for?
|
||||
$2
|
||||
** What do you want the today's highlight to be?
|
||||
$3
|
||||
** What's on your mind?
|
||||
$4
|
||||
* Tasks
|
||||
$5
|
||||
$2
|
||||
* Input
|
||||
* Output
|
||||
* Morning Journal
|
||||
** What are you grateful for?
|
||||
** What do you want today's highlight to be?
|
||||
** What's on your mind?
|
||||
* Evening Reflection
|
||||
** How are you feeling today?
|
||||
** What could you have done better?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue