Minor, general refactor

In some contexts, map-put is superior to add-to-list.
This commit is contained in:
Henrik Lissner 2018-05-29 15:34:12 +02:00
parent 592d83a968
commit 947fe345c3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 10 additions and 12 deletions

View file

@ -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