Agenix + Consul
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Place your private configuration here! Remember, you do not need to run 'doom
|
||||
;; sync' after modifying this file!
|
||||
|
||||
|
||||
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||
;; clients, file templates and snippets.
|
||||
(setq user-full-name "Marc Sastre Rienitz"
|
||||
@@ -74,6 +70,7 @@
|
||||
(use-package parinfer
|
||||
:defer t)
|
||||
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; LSP
|
||||
;; -----------------------------------------------------------------------------
|
||||
@@ -86,6 +83,7 @@
|
||||
(lsp-mode . lsp-enable-which-key-integration))
|
||||
:commands (lsp lsp-deferred))
|
||||
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; Python
|
||||
;; -----------------------------------------------------------------------------
|
||||
@@ -116,42 +114,17 @@
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; Org
|
||||
;; -----------------------------------------------------------------------------
|
||||
(setq org-directory "~/org")
|
||||
(setq org-agenda-files (directory-files-recursively "~/org/agenda" "\\.org$"))
|
||||
|
||||
(setq org-directory "~/org/")
|
||||
|
||||
; (use-package org-roam
|
||||
; :ensure t
|
||||
; :init
|
||||
; (setq org-roam-v2-ack t)
|
||||
; :custom
|
||||
; (org-roam-directory "~/org-roam")
|
||||
; (org-roam-capture-templates
|
||||
; '(("d" "default" plain "%?"
|
||||
; :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||
; :unnarrowed t)
|
||||
; ("m" "màquina" plain (file "~/org-roam/templates/maquina.org")
|
||||
; :target (file "%<%Y%m%d%H%M%S>-${slug}.org")
|
||||
; :unnarrowed t)
|
||||
; ("s" "software" plain (file "~/org-roam/templates/software.org")
|
||||
; :target (file "%<%Y%m%d%H%M%S>-${slug}.org")
|
||||
; :unnarrowed t)))
|
||||
; :config
|
||||
; (org-roam-setup))
|
||||
;
|
||||
; (use-package! websocket
|
||||
; :after org-roam)
|
||||
;
|
||||
; (use-package! org-roam-ui
|
||||
; :after org-roam ;; or :after org
|
||||
; ;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have
|
||||
; ;; a hookable mode anymore, you're advised to pick something yourself
|
||||
; ;; if you don't care about startup time, use
|
||||
; ;; :hook (after-init . org-roam-ui-mode)
|
||||
; :config
|
||||
; (setq org-roam-ui-sync-theme t
|
||||
; org-roam-ui-follow t
|
||||
; org-roam-ui-update-on-save t
|
||||
; org-roam-ui-open-on-start nil))
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; Agenix
|
||||
;; -----------------------------------------------------------------------------
|
||||
(load! "modules/agenix.el")
|
||||
(setq agenix-age-program "age")
|
||||
(setq agenix-agenix-program "agenix")
|
||||
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; Appearance - Prettify
|
||||
@@ -159,8 +132,8 @@
|
||||
(load! "modules/prettify-utils.el")
|
||||
|
||||
(pretty-hook python-mode
|
||||
;; ("def" "")
|
||||
;; ("class" "𝙘")
|
||||
("def" " ")
|
||||
("class" "𝙘")
|
||||
("None" "∅")
|
||||
("lambda" "λ")
|
||||
("not in" "∉")
|
||||
|
||||
Reference in New Issue
Block a user