Clean up
This commit is contained in:
parent
fd8fb9ea67
commit
3a81cc5cc3
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
(append (list narf-core-dir narf-contrib-dir)
|
||||
(list (concat narf-modules-dir "lib/")
|
||||
(concat narf-core-dir "lib/"))
|
||||
(f-directories narf-contrib-dir)
|
||||
(list narf-modules-dir narf-private-dir)))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
@ -50,7 +50,7 @@ If ARG is nil this function calls `recompile', otherwise it calls
|
|||
(setq-local scroll-margin 0)
|
||||
(erase-buffer)
|
||||
(insert out)
|
||||
(beginning-of-buffer)
|
||||
(goto-char (point-min))
|
||||
(read-only-mode 1)
|
||||
(popwin:popup-buffer buf :height (if (> lines 25) 25 (1+ lines))))))))
|
||||
(t (quickrun-region beg end))))
|
||||
|
|
3
init.el
3
init.el
|
@ -42,7 +42,8 @@
|
|||
|
||||
(defconst narf-debug-mode nil)
|
||||
|
||||
(defconst narf-default-theme (if window-system 'narf-dark 'wombat))
|
||||
(defconst narf-default-theme 'narf-dark)
|
||||
(defconst narf-term-theme 'wombat)
|
||||
(defconst narf-default-font '(:family "terminus (ttf)" :size 12 :antialias nil))
|
||||
(defconst narf-big-font '(:family "Inconsolata" :size 18 :antialias t))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue