spacemacs/layers/+misc/nlinum/funcs.el

15 lines
383 B
EmacsLisp

;;; packages.el --- nlinum Layer packages File
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: Thomas de Beauchêne <thomas.de.beauchene@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defun spacemacs/nlinum-maybe-on ()
(when (spacemacs/enable-line-numbers-p)
(nlinum-mode)))