minor visual changes, add php mode

This commit is contained in:
2022-11-08 12:17:56 +01:00
parent b32f0d73d7
commit 7f9401d9fe
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
/auto-save-list /auto-save-list
/el-get /el-get
/eln-cache
/elpa /elpa
/eshell /eshell
/ido.last /ido.last

View File

@@ -37,6 +37,7 @@
(el-get-bundle lua-mode) (el-get-bundle lua-mode)
(el-get-bundle yaml-mode) (el-get-bundle yaml-mode)
(el-get-bundle markdown-mode) (el-get-bundle markdown-mode)
(el-get-bundle php-mode-improved)
(setq markdown-command "/usr/bin/pandoc") (setq markdown-command "/usr/bin/pandoc")
(show-paren-mode) (show-paren-mode)
(add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) (add-to-list 'auto-mode-alist '("/mutt" . mail-mode))
@@ -44,6 +45,7 @@
(add-to-list 'auto-mode-alist '(".*\\.service$" . conf-mode)) (add-to-list 'auto-mode-alist '(".*\\.service$" . conf-mode))
(setq-default indent-tabs-mode nil) (setq-default indent-tabs-mode nil)
(add-to-list 'auto-mode-alist '("/home/hybris/dev/bearstech/bearstech/infra/service/dns/master/zones/" . dns-mode)) (add-to-list 'auto-mode-alist '("/home/hybris/dev/bearstech/bearstech/infra/service/dns/master/zones/" . dns-mode))
(add-to-list 'auto-mode-alist '("\\.php$" . php-mode))
;; SSH agent ;; SSH agent
(el-get-bundle keychain-environment) (el-get-bundle keychain-environment)
@@ -111,7 +113,7 @@
(tool-bar-mode -1) (tool-bar-mode -1)
(set-face-attribute 'vertical-border nil :foreground "#222222") (set-face-attribute 'vertical-border nil :foreground "#222222")
(set-face-background 'fringe "#000000") (set-face-background 'fringe "#000000")
(set-face-attribute 'default nil :height 100) (set-face-attribute 'default nil :font "DejaVu Sans Mono" :height 80)
(setq-default show-trailing-whitespace t) (setq-default show-trailing-whitespace t)
;; scroll-bar ;; scroll-bar