Added comment to my/configure-project.
This commit is contained in:
parent
444db8eb4e
commit
28683d77b4
3
init.el
3
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-08-12T04:40:10+00:00>
|
||||
;; Time-stamp: <2019-08-12T17:35:18+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -296,6 +296,7 @@ With argument, do this that many times."
|
|||
|
||||
;; Always run `cmake-ide-run-cmake` after configuring a project.
|
||||
(defun my/configure-project (old-function &rest arguments)
|
||||
"Runs `projectile-configure-project' followed by `cmake-ide-run-cmake'."
|
||||
(apply old-function arguments)
|
||||
(cmake-ide-run-cmake)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user