This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nico
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Require iso-transl to fix dead character input
master
Nicolas Petton
3 years ago
parent
f82aa05723
commit
faa775412e
Signed by:
nico
GPG Key ID:
233587A47C207910
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
init.el
+ 4
- 0
init.el
View File
@ -307,6 +307,10 @@
(
use-package
ibuffer
:bind
(
(
"
C-x C-b
"
.
ibuffer
)
)
)
;; Fix dead characters
(
use-package
iso-transl
:demand
t
)
(
use-package
ispell
:config
(
defun
ispell-word-then-abbrev
(
p
)
Write
Preview
Loading…
Cancel
Save