mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor, general refactor
In some contexts, map-put is superior to add-to-list.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
;;; lang/csharp/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.shader$" . shader-mode)) ; unity shaders
|
||||
(map-put auto-mode-alist '"\\.shader$" 'dshader-mode) ; unity shaders
|
||||
|
||||
|
||||
(def-package! omnisharp
|
||||
|
Reference in New Issue
Block a user