mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move to :ui
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#+TITLE: :tools deft
|
#+TITLE: :ui deft
|
||||||
|
|
||||||
[[https://jblevins.org/projects/deft/][Deft]] is a major mode for browsing and filtering notes written in plain text
|
[[https://jblevins.org/projects/deft/][Deft]] is a major mode for browsing and filtering notes written in plain text
|
||||||
formats, such as org-mode, markdown, and LaTeX.
|
formats, such as org-mode, markdown, and LaTeX.
|
@ -1,4 +1,4 @@
|
|||||||
;;; tools/deft/config.el -*- lexical-binding: t; -*-
|
;;; ui/deft/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! deft
|
(def-package! deft
|
||||||
:commands deft
|
:commands deft
|
@ -1,4 +1,4 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/deft/packages.el
|
;;; ui/deft/packages.el
|
||||||
|
|
||||||
(package! deft)
|
(package! deft)
|
Reference in New Issue
Block a user