Skip to content

Commit

Permalink
Add emacs snippets, change doom packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampertX committed Oct 7, 2021
1 parent 3600778 commit 2caf453
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion emacs/.doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
("x" "Doing and Agenda" ((todo "INPROGRESS|WAITING")(agenda "")))
)
org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00"))
org-columns-default-format "%58ITEM %TODO %3PRIORITY %TAGS %5Effort(Est.){:} %CLOCKSUM(Spent)"
org-columns-default-format "%58ITEM %TODO %3PRIORITY %5Effort(Est.){:} %CLOCKSUM(Spent){:}"
org-pomodoro-audio-player "paplay --volume=52000"
;; org-columns-default-format-for-agenda "%25ITEM %TODO %3PRIORITY %TAGS %17Effort(Estimated Effort){:} %CLOCKSUM"
;; org-columns-default-format-for-agenda nil
org-download-method 'directory
Expand Down Expand Up @@ -168,4 +169,5 @@
(after! mixed-pitch-mode
(setq )
)

(message "Done reloading config.")
6 changes: 3 additions & 3 deletions emacs/.doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,18 @@
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
(python +lsp) ; beautiful is better than ugly
(python +lsp +poetry) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6
;;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 ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
(sh +lsp +fish) ; she sells {ba,z,fi}sh shells on the C xor
sml
;; sml
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
Expand Down
1 change: 1 addition & 0 deletions emacs/.doom.d/snippets/latex/homework
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
\usepackage{textcomp}
\usepackage{amsmath, amssymb, amsthm}
\theoremstyle{plain}
\usepackage{hyperref}
% \usepackage[outputdir=tmp]{minted}
\usepackage{lmodern}
\usepackage{fancyhdr}
Expand Down

0 comments on commit 2caf453

Please sign in to comment.