Skip to content

Commit

Permalink
Write regexp tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
shynur committed Jul 7, 2023
1 parent d3faed5 commit a882e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
(let ((default-directory "~/.emacs.d/"))
(delete-file "README.html")
(delete-file "README.html~")
(delete-file "docs/Emacs-regexp.html") (delete-file "docs/Emacs-regexp.html~")
(delete-file "docs/Emacs-use_daemon.html") (delete-file "docs/Emacs-use_daemon.html~")))))
(delete-file "docs/Emacs-regexp.html") (delete-file "docs/Emacs-regexp.html~") (delete-file "docs/Emacs-regexp.tex") (delete-file "docs/Emacs-regexp.tex~")
(delete-file "docs/Emacs-use_daemon.html") (delete-file "docs/Emacs-use_daemon.html~") (delete-file "docs/Emacs-use_daemon.tex") (delete-file "docs/Emacs-use_daemon.tex~")))))

(prettify-symbols-alist . (("lambda" . )))
(mode . prettify-symbols)
Expand Down
3 changes: 2 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
clean:
rm --force --recursive .shynur/
rm --force README.html*
rm --force docs/Emacs-regexp.html* docs/Emacs-use_daemon.html*
rm --force docs/Emacs-regexp.html* docs/Emacs-regexp.tex*
rm --force docs/Emacs-use_daemon.html* docs/Emacs-use_daemon.tex*
rm --force --recursive elpa/

# Local Variables:
Expand Down

0 comments on commit a882e53

Please sign in to comment.