Skip to content

Commit e5727c5

Browse files
authored
require xdg for xdg-data-dirs (#191)
Looks like these "xdg-" functions are not autoloaded, have to require it explicitly.
1 parent bb1b528 commit e5727c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rime.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
(require 'cl-lib)
138138
(require 'popup nil t)
139139
(require 'posframe nil t)
140+
(require 'xdg)
140141

141142
(defconst rime-version "1.0.5")
142143

0 commit comments

Comments
 (0)