[Spacemacs, index] Whitespace
This commit is contained in:
parent
dd22ca398c
commit
5144dcb279
@ -4,7 +4,7 @@
|
||||
;; Maintainer: Lucien Cartier-Tilet
|
||||
;; Version: 0.1.0
|
||||
;; Package-Requires: ((emacs "27.1"))
|
||||
;; Homepage: https://labs.phundrak.com/emacs
|
||||
;; Homepage: https://labs.phundrak.com/phundrak/dotfiles
|
||||
|
||||
|
||||
;; This file is not part of GNU Emacs
|
||||
@ -34,7 +34,7 @@
|
||||
user-login-name "phundrak"
|
||||
user-mail-address "lucien@phundrak.com")
|
||||
|
||||
(setq epa-pinentry-mode 'loopback)
|
||||
(setq indent-tabs-mode nil)
|
||||
|
||||
(defvar phundrak/default-font-size 90
|
||||
"Default font size.")
|
||||
@ -296,7 +296,8 @@ the user."
|
||||
:straight (:build t)
|
||||
:defer t
|
||||
:hook (company-mode . evil-normalize-keymaps)
|
||||
:init
|
||||
:init (global-company-mode)
|
||||
:config
|
||||
(setq company-minimum-prefix-length 2
|
||||
company-toolsip-limit 14
|
||||
company-tooltip-align-annotations t
|
||||
@ -448,8 +449,7 @@ the user."
|
||||
|
||||
(use-package bind-map
|
||||
:straight (:build t)
|
||||
:ensure t
|
||||
:defer )
|
||||
:defer t)
|
||||
|
||||
(use-package hydra
|
||||
:straight (:build t)
|
||||
@ -471,7 +471,6 @@ the user."
|
||||
("C-c p" . projectile-command-map)
|
||||
:init
|
||||
;; NOTE: Set this to the folder where you keep your Git repos!
|
||||
|
||||
(setq projectile-switch-project-action #'projectile-dired))
|
||||
|
||||
(use-package counsel-projectile
|
||||
@ -518,6 +517,7 @@ the user can match one and open it."
|
||||
|
||||
(use-package pdf-tools
|
||||
:defer t
|
||||
:magic ("%PDF" . pdf-view-mode)
|
||||
:straight (pdf-tools :build t
|
||||
:type git
|
||||
:host github
|
||||
@ -579,8 +579,7 @@ the user can match one and open it."
|
||||
initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
|
||||
dashboard-projects-switch-function 'counsel-projectile-switch-project-by-name)
|
||||
(setq dashboard-navigator-buttons
|
||||
`(
|
||||
((,(all-the-icons-faicon "language" :height 1.1 :v-adjust 0.0)
|
||||
`(((,(all-the-icons-faicon "language" :height 1.1 :v-adjust 0.0)
|
||||
"Linguistics website"
|
||||
""
|
||||
(lambda (&rest _) (browse-url "https://langue.phundrak.com")))
|
||||
@ -766,7 +765,6 @@ the user can match one and open it."
|
||||
("DONE" . 9745)
|
||||
("[X]" . 9745))))
|
||||
|
||||
|
||||
(use-package org-fancy-priorities
|
||||
:straight (:build t)
|
||||
:hook (org-mode . org-fancy-priorities-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user