;;; packages.el --- nlinum Layer packages File ;; ;; Copyright (c) 2012-2016 Sylvain Benner & Contributors ;; ;; Author: Thomas de BeauchĂȘne ;; 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)))