Skip to content
Discussion options

You must be logged in to vote

I thought I saw a receipe of Tiles

I'm guessing you saw that in the commit log for MELPA. Doom doesn't have a module for it, so you'll have to install and configure it yourself.

;;; add to $DOOMDIR/packages.el
(package! tiles)
;;; add to $DOOMDIR/config.el
(use-package tiles
  :config
  ;; Config for tiles goes here
  )

Run doom sync and restart Emacs.

I'm not familiar with the package, so you'll have to follow its documentation for more.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Trid-collab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants