Skip to content

Commit

Permalink
Take elnode out of try-mode and into do-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Aug 9, 2012
1 parent 11617da commit 7ea0383
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions users/fimasvee/init.el
Expand Up @@ -17,6 +17,11 @@
(global-set-key (kbd "C-b") 'quick-switch-buffer) ;; toggle two most recent buffers
(global-set-key (kbd "C-f") 'duplicate-current-line-or-region) ;; duplicate line

;; Some basic elnode setup that should probably have been the default
(setq elnode-do-init nil) ;; don't start a server on port 8000 when starting emacs
(setq elnode-error-log-to-messages nil) ;; mute the crazy logging
(setq elnode-log-files-directory nil) ;; more mute

;; Use GNU ls - install with:
;; brew install xz coreutils
(setq insert-directory-program "gls")
Expand Down

0 comments on commit 7ea0383

Please sign in to comment.