Skip to content

Commit

Permalink
Update string for auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
tmonck committed Nov 22, 2023
1 parent 774f7d0 commit 39f06de
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .emacs-profiles.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; DO NOT EDIT THIS FILE DIRECTLY!
;; This file is auto generated from Applications.org
;; This file is auto-generated from Applications.org

(("default" . ((user-emacs-directory . "~/mydoom")
(env . (("DOOMDIR" . "~/.doom.d")))))
Expand Down
4 changes: 3 additions & 1 deletion lab/config.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@


;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-

;; DO NOT EDIT THIS FILE DIRECTLY!
;; This file is auto generated from ../doom.org
;; This file is auto-generated from ../doom.org

;; Here are some additional functions/macros that could help you configure Doom:
;;
Expand Down
4 changes: 2 additions & 2 deletions lab/init.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; init.el -*- lexical-binding: t; -*-

;; DO NOT EDIT THIS FILE DIRECTLY!
;; This file is auto generated from ../doom.org
;; This file is auto-generated from ../doom.org

;; This file controls what Doom modules are enabled and what order they load
;; This file controls what Doom modules are enabled and in what order they load
;; in. Remember to run 'doom sync' after modifying it!

;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's
Expand Down
2 changes: 1 addition & 1 deletion lab/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;;; $DOOMDIR/packages.el

;; DO NOT EDIT THIS FILE DIRECTLY!
;; This file is auto generated from ../doom.org
;; This file is auto-generated from ../doom.org

;; To install a package with Doom you must declare them here and run 'doom sync'
;; on the command line, then restart Emacs for the changes to take effect -- or
Expand Down
2 changes: 1 addition & 1 deletion setupScripts/mac.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# DO NOT EDIT THIS FILE DIRECTLY!
# This file is auto generated from Applications.org
# This file is auto-generated from Applications.org

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew upgrade
brew tap caskroom/cask 2> /dev/null
Expand Down
2 changes: 1 addition & 1 deletion setupScripts/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# DO NOT EDIT THIS FILE DIRECTLY!
# This file is auto generated from Applications.org
# This file is auto-generated from Applications.org

sudo apt install git

Expand Down
2 changes: 1 addition & 1 deletion setupScripts/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT THIS FILE DIRECTLY!
# This file is auto generated from Applications.org
# This file is auto-generated from Applications.org

If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(`
[Security.Principal.WindowsBuiltInRole]::Administrator))
Expand Down

0 comments on commit 39f06de

Please sign in to comment.