Skip to content
Snippets Groups Projects
Commit 08847591 authored by g0dil's avatar g0dil
Browse files

Adjust emacs configuration

parent 16d74cd5
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,6 @@ ...@@ -49,6 +49,6 @@
"// Free Software Foundation, Inc.,\n" "// Free Software Foundation, Inc.,\n"
"// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n")) "// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"))
(let ((local-conf (expand-file-name "project-local.el" ccide-project-root))) (let ((local-conf (ccide-project-search-upwards "project-local.el")))
(if (file-readable-p local-conf) (if local-conf
(load-file local-conf))) (load-file local-conf)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment