update: 20210309

master
Francis Kore 5 years ago
parent c0b69722d1
commit 80b74b3d42

@ -251,7 +251,7 @@
(:name "Due Today"
:deadline today)
(:name "Important"
:priority "A")
:priority "")
(:name "Overdue"
:deadline past)
(:name "Due Soon"
@ -260,3 +260,6 @@
:tag "bo")))
:config
(org-super-agenda-mode))
;; Configure Zen mode
;; AAutomatically go to full screen mode when activated
(setq writeroom-fullscreen-effect t)

@ -35,7 +35,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
(ligatures +extra +fira) ; ligatures and symbols to make your code pretty again
ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
@ -102,7 +102,7 @@
;;rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects
;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux
tmux ; an API for interacting with tmux
;;upload ; map local to remote projects via ssh/ftp
:os
@ -140,7 +140,7 @@
latex ; writing papers in Emacs has never been so fun
;;lean
;;factor
;;ledger ; an accounting system in Emacs
ledger ; an accounting system in Emacs
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
@ -174,7 +174,7 @@
;;(wanderlust +gmail)
:app
;;calendar
calendar
;;irc ; how neckbeards socialize
(rss +org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought

Loading…
Cancel
Save