this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updates

+13 -27
+12 -1
doom-config/config.el
··· 100 100 org-archive-location "TODO-archive::" 101 101 ;; org-archive-save-context-info (quote (time category itags)) 102 102 ) 103 + ;; (add-hook 'org-capture-mode-hook #'org-align-all-tags) 103 104 (setq org-roam-directory (concat org-directory "/zettels/") 104 105 org-roam-link-title-format "%s") 105 106 ··· 108 109 ("a" "Add Task" 109 110 entry 110 111 (file (lambda () (concat org-directory "/inbox.org"))) 111 - "* TODO %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:" :prepend t) 112 + "* TODO %^{Add task}\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:" :prepend t) 113 + 114 + ("w" "Add Work Task" 115 + entry 116 + (file (lambda () (concat org-directory "/inbox.org"))) 117 + "* TODO %^{Add work task} :workday:\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\nSCHEDULED: %t" :prepend t) 112 118 113 119 ("m" "New Micro Blog" 114 120 plain ··· 198 204 (quote 199 205 (user-defined-up))) 200 206 (org-agenda-prefix-format "%-11c%5(org-todo-age) "))) 207 + ("w" "Work Day Tasks" tags-todo "workday" 208 + ( 209 + (org-agenda-span (quote day)) 210 + (org-agenda-overriding-header "Today's Work Tasks") 211 + )) 201 212 ("U" "Deferred tasks" tags "TODO=\"DEFERRED\"" 202 213 ((org-agenda-overriding-header "Deferred tasks:") 203 214 (org-agenda-sorting-strategy
-25
doom-config/flycheck_config.el
··· 1 - ;;; flycheck_config.el --- description -*- lexical-binding: t; -*- 2 - ;; 3 - ;; Copyright (C) 2020 Kaushik Chakraborty 4 - ;; 5 - ;; Author: Kaushik Chakraborty <http://github/139137> 6 - ;; Maintainer: Kaushik Chakraborty <kaushik.chakraborty3@cognizant.com> 7 - ;; Created: June 22, 2020 8 - ;; Modified: June 22, 2020 9 - ;; Version: 0.0.1 10 - ;; Keywords: 11 - ;; Homepage: https://github.com/139137/flycheck_config 12 - ;; Package-Requires: ((emacs 26.3) (cl-lib "0.5")) 13 - ;; 14 - ;; This file is not part of GNU Emacs. 15 - ;; 16 - ;;; Commentary: 17 - ;; 18 - ;; description 19 - ;; 20 - ;;; Code: 21 - 22 - 23 - 24 - (provide 'flycheck_config) 25 - ;;; flycheck_config.el ends here
+1 -1
doom-config/init.el
··· 102 102 ;;upload ; map local to remote projects via ssh/ftp 103 103 104 104 :lang 105 - ;;agda ; types of types of types of types... 105 + (agda +local) ; types of types of types of types... 106 106 ;;assembly ; assembly for fun or debugging 107 107 cc ; C/C++/Obj-C madness 108 108 ;;clojure ; java with a lisp