Browse Source

Mark nginx-mode as manually installed

master
Raphael Roberts 5 years ago
parent
commit
6605299835
  1. 6
      custom.el

6
custom.el

@ -69,7 +69,8 @@
'(ibuffer-show-empty-filter-groups '(ibuffer-show-empty-filter-groups
nil) nil)
'(iedit-toggle-key-default '(iedit-toggle-key-default
"M-]")
"M-]"
t)
'(inhibit-startup-screen t) '(inhibit-startup-screen t)
'(kill-ring-max 500) '(kill-ring-max 500)
'(magit-status-sections-hook '(magit-status-sections-hook
@ -121,7 +122,8 @@
("shell" . sh) ("shell" . sh)
("bash" . sh))) ("bash" . sh)))
'(package-selected-packages '(package-selected-packages
'(disable-mouse
'(nginx-mode
disable-mouse
meghanada meghanada
pip-requirements pip-requirements
dired-rsync dired-rsync

Loading…
Cancel
Save