[Spacemacs, index] Whitespace
This commit is contained in:
parent
dd22ca398c
commit
5144dcb279
@ -4,7 +4,7 @@
|
|||||||
;; Maintainer: Lucien Cartier-Tilet
|
;; Maintainer: Lucien Cartier-Tilet
|
||||||
;; Version: 0.1.0
|
;; Version: 0.1.0
|
||||||
;; Package-Requires: ((emacs "27.1"))
|
;; 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
|
;; This file is not part of GNU Emacs
|
||||||
@ -34,7 +34,7 @@
|
|||||||
user-login-name "phundrak"
|
user-login-name "phundrak"
|
||||||
user-mail-address "lucien@phundrak.com")
|
user-mail-address "lucien@phundrak.com")
|
||||||
|
|
||||||
(setq epa-pinentry-mode 'loopback)
|
(setq indent-tabs-mode nil)
|
||||||
|
|
||||||
(defvar phundrak/default-font-size 90
|
(defvar phundrak/default-font-size 90
|
||||||
"Default font size.")
|
"Default font size.")
|
||||||
@ -296,7 +296,8 @@ the user."
|
|||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:defer t
|
:defer t
|
||||||
:hook (company-mode . evil-normalize-keymaps)
|
:hook (company-mode . evil-normalize-keymaps)
|
||||||
:init
|
:init (global-company-mode)
|
||||||
|
:config
|
||||||
(setq company-minimum-prefix-length 2
|
(setq company-minimum-prefix-length 2
|
||||||
company-toolsip-limit 14
|
company-toolsip-limit 14
|
||||||
company-tooltip-align-annotations t
|
company-tooltip-align-annotations t
|
||||||
@ -448,8 +449,7 @@ the user."
|
|||||||
|
|
||||||
(use-package bind-map
|
(use-package bind-map
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:ensure t
|
:defer t)
|
||||||
:defer )
|
|
||||||
|
|
||||||
(use-package hydra
|
(use-package hydra
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
@ -471,7 +471,6 @@ the user."
|
|||||||
("C-c p" . projectile-command-map)
|
("C-c p" . projectile-command-map)
|
||||||
:init
|
:init
|
||||||
;; NOTE: Set this to the folder where you keep your Git repos!
|
;; NOTE: Set this to the folder where you keep your Git repos!
|
||||||
|
|
||||||
(setq projectile-switch-project-action #'projectile-dired))
|
(setq projectile-switch-project-action #'projectile-dired))
|
||||||
|
|
||||||
(use-package counsel-projectile
|
(use-package counsel-projectile
|
||||||
@ -518,6 +517,7 @@ the user can match one and open it."
|
|||||||
|
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
:defer t
|
:defer t
|
||||||
|
:magic ("%PDF" . pdf-view-mode)
|
||||||
:straight (pdf-tools :build t
|
:straight (pdf-tools :build t
|
||||||
:type git
|
:type git
|
||||||
:host github
|
:host github
|
||||||
@ -579,8 +579,7 @@ the user can match one and open it."
|
|||||||
initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
|
initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
|
||||||
dashboard-projects-switch-function 'counsel-projectile-switch-project-by-name)
|
dashboard-projects-switch-function 'counsel-projectile-switch-project-by-name)
|
||||||
(setq dashboard-navigator-buttons
|
(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"
|
"Linguistics website"
|
||||||
""
|
""
|
||||||
(lambda (&rest _) (browse-url "https://langue.phundrak.com")))
|
(lambda (&rest _) (browse-url "https://langue.phundrak.com")))
|
||||||
@ -766,7 +765,6 @@ the user can match one and open it."
|
|||||||
("DONE" . 9745)
|
("DONE" . 9745)
|
||||||
("[X]" . 9745))))
|
("[X]" . 9745))))
|
||||||
|
|
||||||
|
|
||||||
(use-package org-fancy-priorities
|
(use-package org-fancy-priorities
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:hook (org-mode . org-fancy-priorities-mode)
|
:hook (org-mode . org-fancy-priorities-mode)
|
||||||
|
@ -30,8 +30,8 @@ find interesting. I’ll describe them in more details below.
|
|||||||
- [[file:tmux.org][Tmux configuration]]
|
- [[file:tmux.org][Tmux configuration]]
|
||||||
|
|
||||||
As you can see, I personally use [[https://fishshell.com/][fish]] as my shell of choice, and [[https://www.gnu.org/software/emacs/][Emacs]] 28.0
|
As you can see, I personally use [[https://fishshell.com/][fish]] as my shell of choice, and [[https://www.gnu.org/software/emacs/][Emacs]] 28.0
|
||||||
using [[http://spacemacs.org][Spacemacs]] (still with Emacs keybinding in insert mode but with Evil in
|
using [[http://spacemacs.org][Spacemacs]] (still with Emacs keybinding in insert mode but with Evil in
|
||||||
normal mode) as my main text editor.
|
normal mode) as my main text editor.
|
||||||
|
|
||||||
When it comes to my graphical UI, I do not have any desktop environment.
|
When it comes to my graphical UI, I do not have any desktop environment.
|
||||||
Instead, I have a tiling window manager, [[https://awesomewm.org/][Awesome]]. I used to use [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]]
|
Instead, I have a tiling window manager, [[https://awesomewm.org/][Awesome]]. I used to use [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]]
|
||||||
|
Loading…
Reference in New Issue
Block a user