Have some fun with my handwriting font
This commit is contained in:
parent
2dbff50721
commit
271b9e4b57
14
emacs/.emacs.d/config/handwriting.el
Normal file
14
emacs/.emacs.d/config/handwriting.el
Normal file
@ -0,0 +1,14 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defface handwriting
|
||||
'((t :family "Jeremy Sans"))
|
||||
"A face with handwritten font")
|
||||
|
||||
;;;###autoload
|
||||
(defun handwrite ()
|
||||
"Make the buffer look handwritten"
|
||||
(interactive)
|
||||
(buffer-face-set 'handwriting))
|
||||
|
||||
(provide 'handwriting)
|
@ -110,6 +110,7 @@
|
||||
(require 'init-1pass)
|
||||
(require 'init-wallabag)
|
||||
(require 'init-lola)
|
||||
(require 'handwriting)
|
||||
|
||||
(when (file-exists-p custom-file)
|
||||
(load custom-file 'noerror 'nomessage))
|
||||
|
Loading…
Reference in New Issue
Block a user