this repo has no description
0
fork

Configure Feed

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

updates

+28 -3
+3 -3
doom-config/config.el
··· 123 123 (file (lambda() (concat org-directory "/notes.org") )) 124 124 "* NOTE %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:" :prepend t) 125 125 126 - ;;; 127 - ;;; FROM DOOM DEFAULT TEMPLATES 128 - ;;; 126 + ;;; 127 + ;;; FROM DOOM DEFAULT TEMPLATES 128 + ;;; 129 129 130 130 ;; Will use {project-root}/{todo,notes,changelog}.org, unless a 131 131 ;; {todo,notes,changelog}.org file is found in a parent directory.
+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