summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2022-04-24 07:31:27 +0800
committerSteve Lee <me@xiangyangli.com>2022-04-24 07:31:27 +0800
commitd87ddc35c05870ccb684c079e98130e6d86d92e2 (patch)
treed6af833ec58de858fbe34cf5146665219ad4b3c9 /.emacs.d/init.el
parentb67c59cc4089bc4a132e48291d87bb07a5a0df25 (diff)
downloaddotfiles-d87ddc35c05870ccb684c079e98130e6d86d92e2.tar.xz
dotfiles-d87ddc35c05870ccb684c079e98130e6d86d92e2.zip
merge emacs config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el16
1 files changed, 9 insertions, 7 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 1375205..ca48879 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,8 +1,6 @@
;;; package --- My .emacs.d init. 2017.12.12
;;; Commentary:
-;; -*- coding: utf-8 -*-
-
-;;; Code:
+;; -*- coding: utf-8 -*- ;;; Code:
;; Base config
@@ -20,18 +18,19 @@
(tool-bar-mode -1)
(scroll-bar-mode -1)
(blink-cursor-mode -1)
-
+(global-linum-mode 1)
+(setq inhibit-splash-screen 1)
;; Line number
;; (global-linum-mode 1)
;; Disable visual bell
(setq ring-bell-function 'ignore)
;; Transparent
-;;(set-frame-parameter (selected-frame) 'alpha '(85 . 50))
-;;(add-to-list 'default-frame-alist '(alpha . (85 . 50)))
+(set-frame-parameter (selected-frame) 'alpha '(85 . 50))
+(add-to-list 'default-frame-alist '(alpha . (85 . 50)))
;; Personal information
-(setq user-full-name "李向阳 141160029"
+(setq user-full-name "Steve Lee"
user-mail-address "me@xiangyangli.com")
;; Bootstrap
@@ -50,6 +49,9 @@
(require 'init-helm)
(require 'init-neotree)
(require 'init-slime)
+ (require 'recentf)
+ (require 'init-rust)
+ (require 'init-lsp)
(require 'init-window-numbering))
;; Theme