Fixed table error on processes load

This commit is contained in:
Nathan Schneider
2021-05-10 22:53:36 -06:00
parent e2599b3084
commit 86026d5de2
+13 -1
View File
@@ -5,7 +5,7 @@
;; https://melpa.org/#/getting-started
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/"))
'("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
;; setting the default directory for extra packages
@@ -132,3 +132,15 @@
(shell-command (concat "xdg-open " tmp-out-file))
)
)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages (quote (lua-mode wc-mode markdown-mode))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)