General cleanup
This commit is contained in:
parent
ef9b59197a
commit
82fa5d977a
11 changed files with 60 additions and 55 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; module-csharp.el
|
||||
;;; module-csharp.el --- -*- no-byte-compile: t; -*-
|
||||
|
||||
(use-package csharp-mode
|
||||
:mode "\\.cs$"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; module-eshell.el
|
||||
;;; module-eshell.el --- -*- no-byte-compile: t; -*-
|
||||
|
||||
(use-package eshell
|
||||
:when IS-WINDOWS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; module-org.el
|
||||
;;; module-org.el --- -*- no-byte-compile: t; -*-
|
||||
|
||||
(add-hook 'org-load-hook 'doom|org-init t)
|
||||
(add-hook 'org-load-hook 'doom|org-keybinds t)
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
(use-package php-extras
|
||||
:after php-mode
|
||||
:init (add-hook 'php-mode-hook 'turn-on-eldoc-mode)
|
||||
:config
|
||||
(defun php-extras-company-setup ()) ;; company will set up itself
|
||||
;; Generate php-extras documentation and completion asynchronously
|
||||
|
@ -43,7 +44,7 @@
|
|||
|
||||
(use-package php-refactor-mode
|
||||
:after php-mode
|
||||
:init (add-hook! php-mode '(turn-on-eldoc-mode php-refactor-mode))
|
||||
:init (add-hook 'php-mode-hook 'php-refactor-mode)
|
||||
:config
|
||||
(mapc (lambda (x)
|
||||
(let ((command-name (car x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue