spacemacs/layers/+fun/selectric/packages.el
Gergely Nagy 354948fd7d New +fun layer: selectric
This layer makes Emacs sound like a typewriter, for those moments when
one's loud, clicky mechanical keyboard is not at hand, yet, one would
still wish to enjoy its sound.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-12-09 18:56:08 -05:00

19 lines
476 B
EmacsLisp

;;; packages.el --- selectric Layer packages File for Spacemacs
;;
;; Copyright (c) 2015 Gergely Nagy
;; Copyright (c) 2015 Sylvain Benner & Contributors
;;
;; Author: Gergely Nagy
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(setq selectric-packages '(selectric-mode))
(defun selectric/init-selectric ()
(use-package selectric-mode
:defer t
:init (spacemacs/set-leader-keys "at" 'selectric-mode)))