git.fiddlerwoaroof.com
Browse code

emacs: reorg

Ed Langley authored on 29/07/2019 21:16:13
Showing 1 changed files
... ...
@@ -1,5 +1,4 @@
1 1
 ;; -*- mode: Emacs-Lisp;tab-width: 8;indent-tabs-mode: nil; -*-
2
-(setq gc-cons-threshold 100000000)
3 2
 
4 3
 (setq gc-cons-threshold 100000000
5 4
       inhibit-splash-screen t
... ...
@@ -30,11 +29,11 @@
30 29
 (cold-boot)
31 30
 
32 31
 (load-package-configuration 'evil)
32
+
33 33
 
34 34
 (use-package multifiles
35 35
   :config
36
-  (define-key evil-visual-state-map " m" 'mf/mirror-region-in-multifile)
37
-  )
36
+  (define-key evil-visual-state-map " m" 'mf/mirror-region-in-multifile))
38 37
 
39 38
 (use-package org
40 39
   :pin "org"
... ...
@@ -227,7 +226,6 @@
227 226
         projectile-root))))
228 227
 
229 228
 
230
-
231 229
 (defun more-than-one-project-file-p ()
232 230
   (= (length (projectile-select-files (projectile-current-project-files)))
233 231
      1))
... ...
@@ -288,7 +286,6 @@ With a prefix ARG invalidates the cache first."
288 286
   (define-key evil-normal-state-map "gf" 'project-aware-ffap))
289 287
 
290 288
 
291
-
292 289
 (use-package cl-generic
293 290
   :ensure t)
294 291
 
... ...
@@ -400,7 +397,6 @@ With a prefix ARG invalidates the cache first."
400 397
 
401 398
 
402 399
 
403
-
404 400
 (use-package imenu
405 401
   :config
406 402
   (define-key evil-normal-state-map " d" 'helm-imenu-in-all-buffers))
... ...
@@ -504,7 +500,6 @@ With a prefix ARG invalidates the cache first."
504 500
 (use-package yaml-mode :ensure t)
505 501
 
506 502
 
507
-
508 503
 (use-package editorconfig
509 504
   :ensure t
510 505
   :config (editorconfig-mode 1))
... ...
@@ -548,7 +543,6 @@ With a prefix ARG invalidates the cache first."
548 543
 ;;)
549 544
 
550 545
 
551
-
552 546
 (global-set-key (kbd "s-v") 'yank)
553 547
 
554 548
 (setq custom-file "~/.emacs.d/custom.el")
... ...
@@ -625,9 +619,6 @@ With a prefix ARG invalidates the cache first."
625 619
   (define-key global-map "\C-c[" "\C-u-1\C-xnp\M-<"))
626 620
 
627 621
 
628
-;;;;; junk drawer ....
629
-
630
-
631 622
 (defun fwoar/zenburn-css ()
632 623
   (interactive)
633 624
   (mapcar (lambda (desc)