Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/hp42s-mode
Emacs mode for editing HP42s code.
https://github.com/jagot/hp42s-mode
emacs hp42s
Last synced: 4 days ago
JSON representation
Emacs mode for editing HP42s code.
- Host: GitHub
- URL: https://github.com/jagot/hp42s-mode
- Owner: jagot
- Created: 2017-12-26T17:33:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T17:33:25.000Z (about 7 years ago)
- Last Synced: 2024-11-15T18:34:58.204Z (2 months ago)
- Topics: emacs, hp42s
- Language: Emacs Lisp
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: hp42s-mode.el
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected]Emacs mode for editing HP42s code.
* Installation
Place [[file:./hp42s-mode.el][hp42s-mode.el]] in a convenient directory,
e.g. =~/.emacs.d/lisp/= and add that directory to your Emacs load
path:
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp"))
#+END_SRC
Then add
#+BEGIN_SRC emacs-lisp
(require 'hp42s-mode)
#+END_SRC
to your =init.el= and restart Emacs.By default, =hp42s-mode= is triggered when visiting a file with the
extension =.hp42s=.* Known limitations/ideas
* Numbers are not font-locked yet, due to collision with =LN1+X=.
* It would be nice to have some kind of automatic translation from
e.g. =R^= to =R↑= when starting a new line.