You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;;; package --- Main init file;;; Commentary:;;; This is my init file;;; Code:;; Added by Package.el. This must come before configurations of;; installed packages. Don't delete this line. If you don't want it,;; just comment it out by adding a semicolon to the start of the line.;; You may delete these explanatory comments.;; (package-initialize)
(add-to-list'load-path (concat user-emacs-directory "elisp"))
;; Set default font
(set-face-attribute'defaultnil:family"Monkey":height120:weight'normal:width'normal)
(require'base)
(require'base-theme)
(require'base-extensions)
(require'base-functions)
(require'base-global-keys)
(require'lang-python)
(require'lang-ruby)
(require'lang-go)
(require'lang-javascript)
(require'lang-web)
(require'lang-rust)
(require'lang-c)
(blink-cursor-mode0)
(put'scroll-left'disablednil)
; Cut shell CRs from bash or something
(add-hook'comint-output-filter-functions'comint-strip-ctrl-m)
(setq company-idle-delay 0.5)
(setq company-tooltip-idle-delay 0.5)
(require'projectile)
(define-key projectile-mode-map (kbd"C-c C-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd"C-c p") 'projectile-command-map)
(require'helm)
(global-set-key (kbd"M-y") 'helm-show-kill-ring)
(global-set-key (kbd"C-s") 'helm-swoop)
(require'browse-at-remote)
(global-set-key (kbd"C-c g") 'browse-at-remote)
(require'magit-gh-pulls)
(add-hook'magit-mode-hook'turn-on-magit-gh-pulls)
(server-start)
(version)
GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10) of 2020-09-19
The text was updated successfully, but these errors were encountered:
Symptoms
I'm sorry I don't have much concrete info as to why, but here's what I know so far:
Environment
Org file modes
init.el
(version)
GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10) of 2020-09-19
The text was updated successfully, but these errors were encountered: