From 03ca3e70501e19a331a28a6c0475e8a691fd7a39 Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Sun, 23 Feb 2020 14:10:38 +0100
Subject: [PATCH] Revert to default org keywords and become Web dev

---
 +org.el   | 6 +-----
 config.el | 2 +-
 init.el   | 6 +++---
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/+org.el b/+org.el
index 220618d..f4f3f04 100644
--- a/+org.el
+++ b/+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
diff --git a/config.el b/config.el
index 8b95bc3..f632c4c 100644
--- a/config.el
+++ b/config.el
@@ -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))
diff --git a/init.el b/init.el
index 8132940..bd13b3d 100644
--- a/init.el
+++ b/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)