Add gitignore for personal files, re-enable EXWM configuration and slight modification to it
This commit is contained in:
parent
964b614e38
commit
416fe4ee00
|
|
@ -0,0 +1,3 @@
|
|||
agenda.org
|
||||
bookmarks
|
||||
projectile-bookmarks.eld
|
||||
15
bookmarks
15
bookmarks
|
|
@ -1,15 +0,0 @@
|
|||
;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*-
|
||||
;;; This format is meant to be slightly human-readable;
|
||||
;;; nevertheless, you probably don't want to edit it.
|
||||
;;; -*- End Of Bookmark File Format Version Stamp -*-
|
||||
(("BloxieSHDD"
|
||||
(filename . "/run/media/cspark/BloxieSHDD/")
|
||||
(front-context-string . ".\n drwxr-x---+ ")
|
||||
(rear-context-string . "88 Mar 1 20:13 ")
|
||||
(position . 200))
|
||||
("Schoolwork"
|
||||
(filename . "~/Documents/Schoolwork/")
|
||||
(front-context-string . "English\n drwxr-")
|
||||
(rear-context-string . "96 Apr 11 05:07 ")
|
||||
(position . 246))
|
||||
)
|
||||
16
config.org
16
config.org
|
|
@ -800,15 +800,15 @@ For more information on setup, you should check out `https://github.com/ch11ng/e
|
|||
|
||||
Install the package, enable it and ensure that it always is installed, and then configure:
|
||||
*** EXWM
|
||||
+BEGIN_SRC emacs-lisp
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package exwm
|
||||
:ensure t
|
||||
:config
|
||||
(require 'exwm-config)
|
||||
(exwm-config-default))
|
||||
+END_SRC
|
||||
#+END_SRC
|
||||
**** Configuration
|
||||
+BEGIN_SRC emacs-lisp
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; Systemtray
|
||||
(require 'exwm-systemtray)
|
||||
(exwm-systemtray-enable)
|
||||
|
|
@ -929,14 +929,20 @@ Install the package, enable it and ensure that it always is installed, and then
|
|||
;;(exwm-input-set-key (kbd "s-_") 'edwina-dec-nmaster)
|
||||
|
||||
;; Set all X windows to open in char mode by default, allowing to pass through all key combinations
|
||||
;;(add-hook 'exwm-manage-finish-hook
|
||||
;; (lambda () (call-interactively #'exwm-input-release-keyboard)
|
||||
;; ;;(exwm-layout-hide-mode-line)
|
||||
;; ))
|
||||
|
||||
;; Set all X windows to open in line mode by default, allowing emacs to have control over keybinds first
|
||||
(add-hook 'exwm-manage-finish-hook
|
||||
(lambda () (call-interactively #'exwm-input-release-keyboard)
|
||||
(lambda () (call-interactively #'exwm-input-grab-keyboard)
|
||||
;;(exwm-layout-hide-mode-line)
|
||||
))
|
||||
|
||||
;; Ido mode seems to be enabled in the default configuration, turn it back off as we are using Ivy completion instead.
|
||||
(ido-mode -1)
|
||||
+END_SRC
|
||||
#+END_SRC
|
||||
|
||||
|
||||
*** Counsel Linux Application
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
("c:/Users/seaspark/Documents/Sparks-IY-Plugin/" "~/.emacs.d/" "z:/Documents/Roblox Scripts/Sparks IY Plugin/Sparks-IY-Plugin/")
|
||||
Loading…
Reference in New Issue