diff options
Diffstat (limited to 'lisp/ravi-init-function.el')
| -rw-r--r-- | lisp/ravi-init-function.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ravi-init-function.el b/lisp/ravi-init-function.el index 673031a..1681573 100644 --- a/lisp/ravi-init-function.el +++ b/lisp/ravi-init-function.el @@ -82,8 +82,7 @@ and file 'filename' will be opened and cursor set on line 'linenumber'" :config (progn (firestarter-mode 1)) - :diminish firestarter-mode - :ensure t) + :diminish firestarter-mode) (defun ravi/find-path-name-relative-to-project-root () "Find path of current buffer file relative to project root" |
