hasklig-mode icon indicating copy to clipboard operation
hasklig-mode copied to clipboard

hasklig-mode.el - Hasklig ligatures for emacs

  • hasklig-mode.el - Hasklig ligatures for emacs

#+html: GNU Emacs #+html: MELPA #+html: MELPA Stable

  1. Install the Hasklig font to =~/.fonts=.
  2. 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