From 128b11a8bc0855b69eff8a0a481d5117773a8d46 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 2 Mar 2018 22:31:06 -0500 Subject: [PATCH] Minor style/comment edits --- modules/completion/ivy/config.el | 2 +- modules/config/private/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 3861b192c..1057f456d 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -112,7 +112,7 @@ immediately runs it on the current candidate (ending the ivy session)." ;; Removes character limit from `counsel-ag-function' ;; - ;; This may need to be updated frequently, to meet changes upstream + ;; This may need to be updated frequently, to meet changes upstream. ;; counsel-ag, counsel-rg and counsel-pt all use this function (advice-add #'counsel-ag-function :override #'+ivy*counsel-ag-function)) diff --git a/modules/config/private/init.el b/modules/config/private/init.el index 3081e37a3..da10d7b75 100644 --- a/modules/config/private/init.el +++ b/modules/config/private/init.el @@ -15,4 +15,4 @@ Doom Emacs.") ;; (load (expand-file-name "init.el" +private-config-path) - :noerror :nomessage)) + 'noerror 'nomessage))