Set up structlog-mode
This commit is contained in:
parent
8cb8d0dcee
commit
46a3d7cdbe
@ -268,6 +268,7 @@ Use the spacebar as a leader key in evil-mode's normal state and in various othe
|
||||
(evil-snipe-mode 1)
|
||||
(evil-snipe-override-mode 1)
|
||||
(add-to-list 'evil-snipe-disabled-modes 'dired-mode)
|
||||
(add-to-list 'evil-snipe-disabled-modes 'structlog-mode)
|
||||
(with-eval-after-load 'magit
|
||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode))
|
||||
(with-eval-after-load 'prodigy
|
||||
@ -6542,3 +6543,12 @@ Socially networking from Emacs:
|
||||
(twittering-mode-map "SPC" leader-map)
|
||||
(twittering-mode-map "W" #'twittering-browse-uri))
|
||||
#+END_SRC
|
||||
|
||||
* Structlog
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package structlog-mode
|
||||
:straight (structlog-mode :repo "https://git.jeremydormitzer.com/jdormit/structlog-el.git")
|
||||
:config
|
||||
(setq structlog-db-username "jdormit"
|
||||
structlog-db-database "fluentd"))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user