This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- no-byte-compile: t; -*- | |
;;; .doom.d/packages.el | |
;;; Examples: | |
;; (package! some-package) | |
;; (package! another-package :recipe (:host github :repo "username/repo")) | |
;; (package! builtin-package :disable t) | |
(package! org-super-agenda) | |
(package! markdown-preview-mode) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- no-byte-compile: t; -*- | |
;;; .doom.d/packages.el | |
;;; Examples: | |
;; (package! some-package) | |
;; (package! another-package :recipe (:host github :repo "username/repo")) | |
;; (package! builtin-package :disable t) | |
(package! org-super-agenda) | |
(package! markdown-preview-mode) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .doom.d/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here | |
;;Use custom font | |
(setq doom-font (font-spec :family "Droid Sans Mono" :size 17)) | |
;;Tighten which-key interval | |
(setq which-key-idle-delay 0.4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .doom.d/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here | |
;;Use custom font | |
(setq doom-font (font-spec :family "Droid Sans Mono" :size 17)) | |
;;Tighten which-key interval | |
(setq which-key-idle-delay 0.4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .doom.d/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here | |
;;Use custom font | |
(setq doom-font (font-spec :family "Droid Sans Mono" :size 17)) | |
;;Tighten which-key interval | |
(setq which-key-idle-delay 0.4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .doom.d/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here | |
;;Use custom font | |
(setq doom-font (font-spec :family "Droid Sans Mono" :size 17)) | |
;;Tighten which-key interval | |
(setq which-key-idle-delay 0.4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .doom.d/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here | |
;;Use custom font | |
(setq doom-font (font-spec :family "Droid Sans Mono" :size 17)) | |
;;Tighten which-key interval | |
(setq which-key-idle-delay 0.4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- no-byte-compile: t; -*- | |
;;; .doom.d/packages.el | |
;;; Examples: | |
;; (package! some-package) | |
;; (package! another-package :recipe (:host github :repo "username/repo")) | |
;; (package! builtin-package :disable t) | |
(package! org-super-agenda) | |
(package! golden-ratio) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; init.el -*- lexical-binding: t; -*- | |
;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom install' | |
;; will do this for you). The `doom!' block below controls what modules are | |
;; enabled and in what order they will be loaded. Remember to run 'doom refresh' | |
;; after modifying it. | |
;; | |
;; More information about these modules (and what flags they support) can be | |
;; found in modules/README.org. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .doom.d/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here | |
;;Use custom font | |
(setq doom-font (font-spec :family "Droid Sans Mono" :size 17)) | |
;; No quit prompt please | |
(setq confirm-kill-emacs nil) |