hasklig-mode
hasklig-mode copied to clipboard
hasklig-mode.el - Hasklig ligatures for emacs
- hasklig-mode.el - Hasklig ligatures for emacs
- Install the Hasklig font to =~/.fonts=.
- Modify your emacs configuration =.emacs.d/init.el=.
Example configuration:
#+begin_src emacs-lisp (set-face-attribute 'default nil :family "Hasklig" :height 200 :weight 'normal :width 'normal)
(use-package hasklig-mode :hook (haskell-mode)) #+end_src