removing a start of server sometimes and adding my bin dir

This commit is contained in:
Chris Cochrun 2022-11-08 10:32:18 -06:00
parent 49c6fd5de8
commit 1011242495
3 changed files with 6 additions and 6 deletions

View file

@ -83,9 +83,7 @@
(recentf-mode +1)
(server-start)
(add-to-list 'exec-path "/home/chris/scripts")
(add-to-list 'exec-path "/home/chris/bin")
(setq initial-major-mode 'org-mode)
(setq initial-scratch-message "#+TITLE: SCRATCH\n#+DESCRIPTION: This buffer is for temporary things")
@ -2364,6 +2362,8 @@ interfere with the default `bongo-playlist-buffer'."
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(pdf-misc-print-program "/usr/bin/lpr")
'(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot"))
'(safe-local-variable-values
'((projectile-project-run-cmd . "./build/bin/presenter")
(projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir build/ && rm -rf ~/.cache/librepresenter/LibrePresenter/qmlcache/"))))