|
|
|
@ -145,19 +145,6 @@
|
|
|
|
|
(setq ibuffer-show-empty-filter-groups nil) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; handy editor stuff |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
(require 'ws-butler) |
|
|
|
|
(ws-butler-global-mode) |
|
|
|
|
|
|
|
|
|
;; Comment this if you dont mind git diffs complaining about missing ending newlines. |
|
|
|
|
(setq require-final-newline t) |
|
|
|
|
|
|
|
|
|
;; Add new line if using C-n navigates to the end of the buffer |
|
|
|
|
(setq next-line-add-newlines t) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Enable MELPA |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
@ -193,6 +180,19 @@
|
|
|
|
|
(add-hook 'clojure-mode-hook #'enable-paredit-mode) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; handy editor stuff |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
(require 'ws-butler) |
|
|
|
|
(ws-butler-global-mode t) |
|
|
|
|
|
|
|
|
|
;; Comment this if you dont mind git diffs complaining about missing ending newlines. |
|
|
|
|
(setq require-final-newline t) |
|
|
|
|
|
|
|
|
|
;; Add new line if using C-n navigates to the end of the buffer |
|
|
|
|
(setq next-line-add-newlines t) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Fill column indicator (currently set to 120 characters) |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|