git.fiddlerwoaroof.com
Browse code

Finish merge...

Ed L authored on 03/03/2018 19:38:23
Showing 1 changed files
... ...
@@ -316,16 +316,6 @@
316 316
 (setq custom-file "~/.emacs.d/custom.el")
317 317
 (load-file custom-file)
318 318
 
319
-<<<<<<< HEAD
320
-(setq gc-cons-threshold (* 100 1024))
321
-
322
-(setq fwoar.is-ordinary (not (string= invocation-name "EmacsNotes")))
323
-
324
-(unless fwoar.is-ordinary
325
-  (setq with-editor-emacsclient-executable "/usr/local/bin/emacsclient")
326
-  (require 'cjpad)
327
-  (find-file "~/notes.org"))
328
-=======
329 319
 (defun fwoar--slime-find-system ()
330 320
   (let ((systems (directory-files
331 321
                   (locate-dominating-file default-directory
... ...
@@ -349,4 +339,12 @@
349 339
 (defun edit-init-el ()
350 340
   (interactive)
351 341
   (find-file "~/.emacs.d/init.el"))
352
->>>>>>> emacs init.el updates
342
+
343
+(setq gc-cons-threshold (* 100 1024))
344
+
345
+(setq fwoar.is-ordinary (not (string= invocation-name "EmacsNotes")))
346
+
347
+(unless fwoar.is-ordinary
348
+  (setq with-editor-emacsclient-executable "/usr/local/bin/emacsclient")
349
+  (require 'cjpad)
350
+  (find-file "~/notes.org"))