Emacs: Remove unnused argument in my/disable-line-numbers.

This commit is contained in:
tastytea 2020-03-08 06:13:04 +01:00
parent 7f1e1371d7
commit 32ba3a4f6a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-08T06:10:13+0100>
;; Time-stamp: <2020-03-08T06:11:54+0100>
;;; Commentary:
@ -76,7 +76,7 @@
:if (>= emacs-major-version 26)
:config
(defun my/disable-line-numbers (&optional dummy)
(defun my/disable-line-numbers ()
(display-line-numbers-mode -1))
(global-display-line-numbers-mode)