]> xn--ix-yja.es Git - alex.git/commitdiff
Reorder
authoralex <alex@pdp7.net>
Thu, 15 Dec 2022 19:06:38 +0000 (20:06 +0100)
committeralex <alex@pdp7.net>
Thu, 15 Dec 2022 19:06:38 +0000 (20:06 +0100)
emacs/emacs.el

index 4ae31026d5e36cc74e867a4abaefb8ba5864b5cc..54be0891001a3bc3c76424ab070fb513b4045746 100644 (file)
   (load bootstrap-file nil 'nomessage))
 
 (straight-use-package 'helm)
-(straight-use-package 'projectile)
-(straight-use-package 'adoc-mode)
-(straight-use-package
- '(flymake-vale :type git :host github :repo "tpeacock19/flymake-vale"))
-
-(projectile-mode +1)
-(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
 
 (global-set-key (kbd "M-x") #'helm-M-x)
 (global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
 (global-set-key (kbd "C-x C-f") #'helm-find-files)
 ;; (helm-mode 1) Disabled for now, this interferes with C-x b/C-x C-b
 
+(straight-use-package 'projectile)
+
+(projectile-mode +1)
+(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
+
+(straight-use-package 'adoc-mode)
+
+(straight-use-package
+ '(flymake-vale :type git :host github :repo "tpeacock19/flymake-vale"))
+
 (add-hook 'adoc-mode-hook #'flymake-vale-load)
 (add-hook 'find-file-hook 'flymake-vale-maybe-load)
 (add-hook 'adoc-mode-hook 'flymake-mode)