Move to :ui

This commit is contained in:
Patrick Elliott 2018-08-27 15:37:29 +02:00
parent 1655e84de2
commit 8508e931ca
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA
3 changed files with 3 additions and 3 deletions

View file

@ -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
formats, such as org-mode, markdown, and LaTeX.

View file

@ -1,4 +1,4 @@
;;; tools/deft/config.el -*- lexical-binding: t; -*-
;;; ui/deft/config.el -*- lexical-binding: t; -*-
(def-package! deft
:commands deft

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/deft/packages.el
;;; ui/deft/packages.el
(package! deft)