Add code snippet for requiring gph mode - geomyidae - A small C-based gopherd.
HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit d13933d6a4d1370e7565ab94032dfe7bcf6ea39a
DIR parent 9d62510690cc6eb31a3ebd766cdab07b9f0dd65b
HTML Author: Roygbyte <git@noon.mozmail.com>
Date: Fri, 19 May 2023 07:29:27 -0300
Add code snippet for requiring gph mode
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
M gph/README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
DIR diff --git a/gph/README.md b/gph/README.md
@@ -11,7 +11,14 @@
## emacs
-Please read this on how emacs finds its major mode files:
+### Installation
+
+Add the following to your Emacs configuration file.
+
+ (add-to-list 'load-path (concat user-emacs-directory "path/to/dir/with/gph-mode.el"))
+ (require 'gph-mode)
+
+For additional verbosity visit:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Auto-Major-Mode.html