Reformat
This commit is contained in:
parent
b21b00a885
commit
53ea0624d5
1 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
;;; init.el --- Summary
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
(setq gc-cons-threshold (* 100 1024 1024))
|
||||
|
||||
(require 'package)
|
||||
|
@ -22,6 +26,7 @@
|
|||
:ensure t
|
||||
:config
|
||||
(require 'recentf)
|
||||
(eval-when-compile (defvar recentf-exclude))
|
||||
(add-to-list 'recentf-exclude no-littering-var-directory)
|
||||
(add-to-list 'recentf-exclude no-littering-etc-directory))
|
||||
|
||||
|
@ -249,7 +254,7 @@
|
|||
)
|
||||
|
||||
(use-package epa-file
|
||||
:ensure nil
|
||||
:ensure nil
|
||||
:config
|
||||
(setq epa-file-encrypt-to '("anthony@anthonycicchetti.com"))
|
||||
:custom
|
||||
|
@ -277,16 +282,11 @@
|
|||
(use-package flycheck
|
||||
:init (global-flycheck-mode))
|
||||
|
||||
(setq cider-font-lock-dynamically '(macro core function var))
|
||||
;; These don't work yet?
|
||||
;; (define-key evil-insert-state-map (kbd "C-\\") 'cider-eval-defun-up-to-point)
|
||||
;; (define-key evil-normal-state-map (kbd "C-\\") 'cider-eval-defun-up-to-point)
|
||||
|
||||
(progn
|
||||
(setq whitespace-style (quote (face spaces tabs newline space-mark tab-mark newline-mark )))
|
||||
|
||||
(setq whitespace-display-mappings
|
||||
(quote (
|
||||
(space-mark 32 [8227] [183] [46])
|
||||
(newline-mark 10 [172 10] [182 10])
|
||||
(space-mark 32 [8227] [183] [46])
|
||||
(newline-mark 10 [172 10] [182 10])
|
||||
(tab-mark 9 [8594 32 32 32] [8614])))))
|
||||
|
|
Loading…
Add table
Reference in a new issue