feat: configure org agenda

master
Kore Francis 5 years ago
parent 8b711333ba
commit 0a18bcf528

@ -132,6 +132,10 @@
org-noter-notes-search-path (list org-directory))
#+end_src
** Org Agenda
#+begin_src emacs-lisp
(setq org-log-done t)
#+end_src
** Super-Agenda
#+begin_src emacs-lisp
(use-package! org-super-agenda
@ -337,7 +341,6 @@ Automatically go to full screen mode when activated
"<f6>" #'spray-mode)
#+end_src
* Mixed Pitch
#+begin_src emacs-lisp
(use-package! mixed-pitch

@ -96,7 +96,7 @@
lookup ; navigate your code and its documentation
lsp
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
make ; run make tasks from Emacs
;;pass ; password manager for nerds
pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
@ -114,7 +114,7 @@
;;agda ; types of types of types of types...
cc ; C/C++/Obj-C madness
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
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
@ -137,7 +137,7 @@
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)
kotlin ; a better, slicker Java(Script)
latex ; writing papers in Emacs has never been so fun
;;lean
;;factor

Loading…
Cancel
Save