mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
nit: general reformatting & minor comment revision
This commit is contained in:
@@ -14,8 +14,9 @@ easier to scroll through.")
|
||||
(defvar +rss-workspace-name "*rss*"
|
||||
"Name of the workspace that contains the elfeed buffer.")
|
||||
|
||||
|
||||
;;
|
||||
;; Packages
|
||||
;;; Packages
|
||||
|
||||
(use-package! elfeed
|
||||
:commands elfeed
|
||||
@@ -83,6 +84,7 @@ easier to scroll through.")
|
||||
(message "elfeed-org: ignoring %S because it can't be read" file))
|
||||
(setq rmh-elfeed-org-files (cl-remove-if-not #'file-exists-p files))))))
|
||||
|
||||
|
||||
(use-package! elfeed-goodies
|
||||
:after elfeed
|
||||
:config
|
||||
|
@@ -48,6 +48,7 @@
|
||||
["Run" +fortran/run :active t :help "Run the Executable"]
|
||||
["Test" +fortran/fpm-test :active (+fortran--fpm-toml) :help "Run the Unit Tests"])))
|
||||
|
||||
|
||||
(use-package! fortran
|
||||
;; The `.for' extension is automatically recognized by Emacs and invokes
|
||||
;; `fortran-mode', but not its capital variant `.FOR'. Many old files are
|
||||
|
Reference in New Issue
Block a user