Skip to content

Commit

Permalink
feat: Add tldr.el
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jan 16, 2024
1 parent 39cdc1f commit a8cd1ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.el
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,12 @@
:config (setq sqlformat-command 'sqlfluff)
:bind (:map sql-mode-map
("C-c c f" . 'sqlformat)))

(use-package! tldr
:config
(setq tldr-directory-path (concat doom-etc-dir "tldr/")
tldr-enabled-categories '("common" "linux")))

;;; Custom Variables
(custom-set-variables
;; custom-set-variables was added by Custom.
Expand Down
1 change: 1 addition & 0 deletions packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
(unpin! org-journal)

;; Experimental
(package! tldr)
(package! sqlformat)
(package! age)
(package! difftastic)
Expand Down

0 comments on commit a8cd1ba

Please sign in to comment.