13 lines
306 B
EmacsLisp
13 lines
306 B
EmacsLisp
;;; init-onekey.el --- One-key settings -*- lexical-binding: t -*-
|
|
;;; Commentary:
|
|
|
|
;;; Code:
|
|
|
|
;; one-key
|
|
(add-to-list 'load-path "~/.emacs.d/site-lisp/one-key/")
|
|
(require 'one-key)
|
|
|
|
(provide 'init-onekey)
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;;; init-onekey.el ends here
|