~spaces -> tabs

Formatting included
This commit is contained in:
dx
2020-05-04 05:18:41 +01:00
parent 72725dd00d
commit 881daaa8a8
3 changed files with 67 additions and 67 deletions

View File

@@ -32,10 +32,9 @@
; LSP segment
(telephone-line-defsegment +oreoline-lsp-segment ()
(after! lsp-mode
(if (lsp-workspaces)
`((:propertize (if (lsp-workspaces)
(propertize "")
(propertize ""))))
(propertize "")))))
; LHS
(setq telephone-line-lhs

View File

@@ -55,7 +55,7 @@ Easier to do than just running all those functions manually
#+END_SRC
*** Keybind
#+BEGIN_SRC elisp
(map!
(map!
:after dap-mode
:leader
:desc "Start debugging setup" "cD" #'dx:debug)
@@ -362,6 +362,7 @@ Setup the agenda-files and the org-directory.
(after! org
(setq org-directory "~/Text"
org-agenda-files '("~/Text/")
org-src-window-setup 'split-window-right
org-log-repeat 'note))
#+END_SRC
*** Org keymap
@@ -505,7 +506,7 @@ General keymap
(:prefix ("b" . "buffers") ; Buffers
:desc "Close buffer" "d" #'doom/kill-this-buffer-in-all-windows)
(:prefix ("f" . "files")
:desc "Open dotfiles" "p" #'(lambda () (interactive) (doom-project-find-file "~/Dotfiles")))
:desc "Find in dotfiles" "p" #'(lambda () (interactive) (doom-project-find-file "~/Dotfiles")))
(:prefix ("o" . "open")
(:when (featurep! private rss newsticker)
:desc "Open newsticker" "n" #'+rss/open-newsticker