Revert to default org keywords and become Web dev
This commit is contained in:
parent
7d327e29c6
commit
03ca3e7050
6
+org.el
6
+org.el
|
@ -1,11 +1,7 @@
|
|||
;;; ~/.doom.d/+org.el -*- lexical-binding: t; -*-
|
||||
;; Org mode configuration
|
||||
;;
|
||||
;; Change TODO keywords
|
||||
(setq org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "|" "DONE" "CANCELLED")))
|
||||
;; Rice elements
|
||||
(setq org-todo-keyword-faces '(("INACTIVE" . "grey") ("NEXT" . "turquoise") ("WAITING" . warning))
|
||||
org-ellipsis " ▼ "
|
||||
(setq org-ellipsis " ▼ "
|
||||
org-bullets-bullet-list '("◉" "⁖" "○" "‣"))
|
||||
;; Cycle through header visibility
|
||||
(after! evil-org
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
(set-docsets! 'go-mode "Go"))
|
||||
;; Align columns in CSV mode
|
||||
(add-hook 'csv-mode-hook 'csv-align-mode)
|
||||
;; Close compilation buffer if successfull(setq compilation-finish-functions
|
||||
;; Close compilation buffer if successful
|
||||
(setq compilation-finish-functions
|
||||
(lambda (buf str)
|
||||
(if (null (string-match ".*exited abnormally.*" str))
|
||||
|
|
6
init.el
6
init.el
|
@ -142,7 +142,7 @@
|
|||
;;+pomodoro ; be fruitful with the tomato technique
|
||||
+present) ; using org-mode for presentations
|
||||
;;perl ; write code no one else can comprehend
|
||||
;;php ; perl's insecure younger brother
|
||||
php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
(python +pyenv) ; beautiful is better than ugly
|
||||
|
@ -155,10 +155,10 @@
|
|||
;;scala ; java, but good
|
||||
;;scheme ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
solidity ; do you need a blockchain? No.
|
||||
;;solidity ; do you need a blockchain? No.
|
||||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
;;web ; the tubes
|
||||
web ; the tubes
|
||||
|
||||
:email
|
||||
;;(mu4e +gmail)
|
||||
|
|
Loading…
Reference in New Issue