update: 20210316

master
Kore Francis 5 years ago
parent bf59ab04ad
commit 10642525b6

@ -242,24 +242,40 @@
"*/_region_.tex")) "*/_region_.tex"))
(use-package! org-super-agenda (use-package! org-super-agenda
:after org-agenda :after org-agenda
:init :init
(setq org-super-agenda-groups '((:name "Today" (setq org-super-agenda-groups '((:name "Today"
:time-grid t :time-grid t
:scheduled today) :scheduled today)
(:name "Due Today" (:name "Due Today"
:deadline today) :deadline today)
(:name "Important" (:name "Important"
:priority "") :priority "")
(:name "Overdue" (:name "Overdue"
:deadline past) :deadline past)
(:name "Due Soon" (:name "Due Soon"
:deadline future) :deadline future)
(:name "Big Outcomes" (:name "Big Outcomes"
:tag "bo"))) :tag "bo")))
:config :config
(org-super-agenda-mode)) (org-super-agenda-mode))
;; Configure Zen mode ;; Configure Zen mode
;; AAutomatically go to full screen mode when activated ;; AAutomatically go to full screen mode when activated
(setq writeroom-fullscreen-effect t) (setq writeroom-fullscreen-effect t)
(setq
global-whitespace-mode t
whitespace-style '(face tabs tab-mark spaces space-mark trailing lines-tail newline newline-mark)
whitespace-display-mappings '(
(space-mark ?\ [?\u00B7] [?.])
(space-mark ?\xA0 [?\u00A4] [?_])
(newline-mark ?\n [ ?\n])
(tab-mark ?\t [?\u00BB ?\t] [?\\ ?\t])))
(global-whitespace-mode +1)
;; Setup spray for reading
(map! :leader
:desc "Change to spray mode"
"<f6>" #'spray-mode)

@ -114,7 +114,7 @@
;;cc ; C/C++/Obj-C madness ;;cc ; C/C++/Obj-C madness
;;clojure ; java with a lisp ;;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 coq ; proofs-as-programs
;;crystal ; ruby at the speed of c ;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans ;;csharp ; unity, .NET, and mono shenanigans
;;data ; config/data formats ;;data ; config/data formats

@ -51,3 +51,4 @@
(package! zetteldeft) (package! zetteldeft)
(package! org-roam-server) (package! org-roam-server)
(package! org-super-agenda) (package! org-super-agenda)
(package! spray)

Loading…
Cancel
Save