summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-09 20:14:05 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commit92b429f371f55b3db713c14f4b12984d63a30e5d (patch)
tree5bc377da282cc5145be81b481e72454c0129f896 /init.el
parente3b7fdb7503b77f77d0784e8155dee637dd53e9f (diff)
downloademacs.d-92b429f371f55b3db713c14f4b12984d63a30e5d.tar.gz
yasnippet: Don't set obsolete yas-fallback-behavior
As of 0311fe2 (Use :filter instead of yas--fallback, 2017-01-08), this is obsolete. yas-expand now always behaves as it use to when yas-fallback-behavior was nil.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el
index 0f78e3a..14e3f2c 100644
--- a/init.el
+++ b/init.el
@@ -1251,7 +1251,6 @@
(global-set-key (kbd "C-c i") #'km/yas-dummy)
:config
(global-set-key (kbd "C-c i") nil)
- (setq yas-fallback-behavior nil)
(defun km/yas-with-comment (str)
(concat comment-start