Skip to content

Commit bfb7b42

Browse files
committed
modify fonts, and add doc jump.
1 parent f1cb8f7 commit bfb7b42

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

config/01base/font.el

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
;; 设置字体的函数
2+
;;(defun my-default-font ()
3+
;; (interactive)
4+
(set-default-font "Yahei Consolas Hybrid-11")
5+
(set-fontset-font (frame-parameter nil 'font)
6+
'han '("Yahei Consolas Hybrid"."unicode-bmp"))
7+
;;)
8+
9+
;; 有关界面和字体的配置
10+
;; (add-hook 'after-make-frame-functions
11+
;; (lambda (new-frame)
12+
;; (select-frame new-frame)
13+
;; (tool-bar-mode 0)
14+
;; (scroll-bar-mode 0)
15+
;; (my-default-font)
16+
;; ))
17+
118
;; (if (>= emacs-major-version 23)
219
;; (progn (set-frame-font "DejaVu Sans Mono-10")
320
;; (set-fontset-font (frame-parameter nil 'font)

vendor/70rinari/rinari/rinari.el

+1
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ renders and redirects to find the final controller or view."
547547
(javascript "j" ((t . "public/javascripts/.*")) nil)
548548
(plugin "u" ((t . "vendor/plugins/")) nil)
549549
(metal "e" ((t . "app/metal/")) nil)
550+
(doc "d" ((t . "doc/")) nil)
550551
(file-in-project "f" ((t . ".*")) nil)
551552
(by-context
552553
";"

0 commit comments

Comments
 (0)