Squashed whitespace in projectile-project-configure-cmd.
This commit is contained in:
parent
c4d543f91c
commit
27e79c6f53
4
init.el
4
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-04-14T01:30:26+00:00>
|
;; Time-stamp: <2019-04-14T20:27:03+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -242,7 +242,7 @@ With argument, do this that many times."
|
||||||
(projectile-project-compilation-dir "build")
|
(projectile-project-compilation-dir "build")
|
||||||
(projectile-project-configure-cmd
|
(projectile-project-configure-cmd
|
||||||
"cmake -DCMAKE_BUILD_TYPE=Debug \
|
"cmake -DCMAKE_BUILD_TYPE=Debug \
|
||||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G 'Unix Makefiles' ..")
|
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G 'Unix Makefiles' ..")
|
||||||
(projectile-switch-project-action 'neotree-projectile-action)
|
(projectile-switch-project-action 'neotree-projectile-action)
|
||||||
:config
|
:config
|
||||||
(setq projectile-project-compilation-cmd (concat my/cmake-compile-command
|
(setq projectile-project-compilation-cmd (concat my/cmake-compile-command
|
||||||
|
|
Loading…
Reference in New Issue
Block a user